Skip to content

Commit

Permalink
Set publishAssetsImmediately on post-build (#33768)
Browse files Browse the repository at this point in the history
Avoid darc double publish.
  • Loading branch information
mmitche authored Jun 4, 2024
1 parent 817760f commit 9db7d0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,12 @@ extends:
- template: /eng/common/templates-official/post-build/post-build.yml@self
parameters:
publishingInfraVersion: 3
publishAssetsImmediately: true
# Symbol validation isn't being very reliable lately. This should be enabled back
# once this issue is resolved: https://github.com/dotnet/arcade/issues/2871
enableSymbolValidation: false
enableSigningValidation: false
enableNugetValidation: false
enableSourceLinkValidation: false
SDLValidationParameters:
enable: false
enable: false

0 comments on commit 9db7d0e

Please sign in to comment.