Skip to content

Commit 7079762

Browse files
authored
Disable validation steps (#22580)
These steps can be run as part of the nightly Validate-DotNet runs, as well as the Release-DotNet pipeline that is run to prep for validation+release
1 parent 70152f9 commit 7079762

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.azure/pipelines/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ stages:
693693
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
694694
- template: /eng/common/templates/post-build/post-build.yml
695695
parameters:
696-
# See https://github.com/dotnet/arcade/issues/2871
697696
enableSymbolValidation: false
698-
publishInstallersAndChecksums: true
697+
enableSigningValidation: false
698+
enableNugetValidation: false
699+
publishInstallersAndChecksums: true

0 commit comments

Comments
 (0)