File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
1717 EQUINOX_INTEGRATION_SKIP_EVENTSTORE : true
1818 EQUINOX_INTEGRATION_SKIP_COSMOS : true
1919 steps :
20+ - script : dotnet build -c Release
21+ displayName : dotnet build
2022 # exit code 8 signifies one or more assemblies did not have any non-skipped tests
2123 # CI env does not provide docker-compose simulated stores, which means most store tests are skipped
22- - script : dotnet test -c Release --report-xunit-trx --ignore-exit-code 8 --results-directory tests/trx
24+ - script : dotnet test -c Release --no-build -- report-xunit-trx --ignore-exit-code 8 --results-directory tests/trx
2325 displayName : dotnet test
2426 - task : PublishTestResults@2
2527 inputs :
2628 testResultsFormat : ' VSTest'
2729 testResultsFiles : ' tests/trx/*.trx'
2830 condition : always()
29- - script : dotnet build -c Release
30- displayName : dotnet build
3131 - task : PublishBuildArtifacts@1
3232 inputs :
3333 pathToPublish : ' artifacts/nupkg'
You can’t perform that action at this time.
0 commit comments