Skip to content

Commit

Permalink
Fix post-build (#528)
Browse files Browse the repository at this point in the history
* Fix @self

* Fix post-build
  • Loading branch information
wtgodbe authored Mar 29, 2024
1 parent 8c0897a commit a1e56d9
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions azure-pipelines-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,15 @@ extends:
jobs:
- template: /eng/templates/default-build.yml@self
- ${{ if notin(variables['Build.Reason'], 'PullRequest') }}:
- stage: post-build
displayName: Post-build
jobs:
- template: /eng/common/templates-official/post-build/post-build.yml@self
parameters:
publishingInfraVersion: 3
# 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
# It's a private repo in github so this won't pass until we create an internal mirror
enableSourceLinkValidation: false
enableSigningValidation: false
enableNugetValidation: false
SDLValidationParameters:
enable: false
- template: /eng/common/templates-official/post-build/post-build.yml@self
parameters:
publishingInfraVersion: 3
# 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
# It's a private repo in github so this won't pass until we create an internal mirror
enableSourceLinkValidation: false
enableSigningValidation: false
enableNugetValidation: false
SDLValidationParameters:
enable: false

0 comments on commit a1e56d9

Please sign in to comment.