Skip to content

Commit

Permalink
Remove dependecy for post-build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jun 12, 2021
1 parent e45bcd0 commit 58e91fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,6 @@ stages:
# https://github.com/dotnet/arcade/issues/2871 is resolved.
enableSymbolValidation: false
enableSourceLinkValidation: false
# It's important that post-build stages are depends on 'SetValidateDependency' stage instead of 'build',
# since we don't want to publish validation build.
validateDependsOn:
- SetValidateDependency
dependsOn:
- SetValidateDependency
# Enable SDL validation, passing through values from the 'DotNet-Roslyn-SDLValidation-Params' group.
SDLValidationParameters:
enable: true
Expand Down

0 comments on commit 58e91fc

Please sign in to comment.