We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ffb51 commit 23df338Copy full SHA for 23df338
.azure-pipelines/test-docker-sonic-vs-template.yml
@@ -87,6 +87,8 @@ jobs:
87
88
rm -rf $(Build.ArtifactStagingDirectory)/download
89
displayName: "Run vs tests"
90
+ ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
91
+ continueOnError: true
92
93
- task: PublishTestResults@2
94
inputs:
0 commit comments