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 ef04b07 commit b57dee7Copy full SHA for b57dee7
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