Skip to content

Commit 5c9a049

Browse files
authored
Allow e2e tests to fail for now
1 parent 2e0104f commit 5c9a049

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ stages:
140140
NativeToolsOnMachine: true
141141
- script: .\tests\EndToEndBuildTests\EndToEndBuildTests.cmd -c $(_BuildConfig)
142142
displayName: End to end build tests
143+
continueOnError: true
144+
condition: always()
143145
- task: PublishTestResults@2
144146
displayName: Publish Test Results
145147
inputs:

0 commit comments

Comments
 (0)