mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
7a3b74f63a
commit
623bfb6339
@ -37,17 +37,22 @@ steps:
|
||||
platform: '$(buildPlatform)'
|
||||
configuration: '$(buildConfiguration)'
|
||||
|
||||
- task: VSTest@2
|
||||
#- task: VSTest@2
|
||||
# inputs:
|
||||
# platform: '$(buildPlatform)'
|
||||
# configuration: '$(buildConfiguration)'
|
||||
# testFiltercriteria: 'TestCategory!=ListValidation'
|
||||
# runInParallel: true
|
||||
# otherConsoleOptions: /Framework:netcoreapp3.1
|
||||
# testAssemblyVer2: |
|
||||
# **\*.Test.dll
|
||||
# diagnosticsEnabled: true
|
||||
# collectDumpOn: 'always'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
platform: '$(buildPlatform)'
|
||||
configuration: '$(buildConfiguration)'
|
||||
testFiltercriteria: 'TestCategory!=ListValidation'
|
||||
runInParallel: true
|
||||
otherConsoleOptions: /Framework:netcoreapp3.1
|
||||
testAssemblyVer2: |
|
||||
**\*.Test.dll
|
||||
diagnosticsEnabled: true
|
||||
collectDumpOn: 'always'
|
||||
command: 'test'
|
||||
projects: '**/*.Test.csproj'
|
||||
|
||||
- task: DownloadSecureFile@1
|
||||
inputs:
|
||||
|
Loading…
Reference in New Issue
Block a user