We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0104f commit 5c9a049Copy full SHA for 5c9a049
azure-pipelines.yml
@@ -140,6 +140,8 @@ stages:
140
NativeToolsOnMachine: true
141
- script: .\tests\EndToEndBuildTests\EndToEndBuildTests.cmd -c $(_BuildConfig)
142
displayName: End to end build tests
143
+ continueOnError: true
144
+ condition: always()
145
- task: PublishTestResults@2
146
displayName: Publish Test Results
147
inputs:
0 commit comments