Skip to content

Commit

Permalink
Disable validation stage in official builds (#99)
Browse files Browse the repository at this point in the history
We don't need any of the post-build validation steps for scenario-tests. As those are failing the build since a few months, disable them.
  • Loading branch information
ViktorHofer authored May 29, 2024
1 parent 165592e commit 54700bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,8 @@ stages:

- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- template: eng\common\templates\post-build\post-build.yml
parameters:
enableSymbolValidation: false
enableSigningValidation: false
enableNugetValidation: false
enableSourceLinkValidation: false

0 comments on commit 54700bb

Please sign in to comment.