mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 18:20:26 +09:00
Disable sourcelink validation in the build (#37324)
Now available in nightly runs and in the prep stage for releases
This commit is contained in:
parent
b53456b016
commit
17c3d999ad
1 changed files with 1 additions and 3 deletions
|
@ -30,6 +30,7 @@ stages:
|
|||
enableSymbolValidation: false
|
||||
enableSigningValidation: false
|
||||
enableNugetValidation: false
|
||||
enableSourceLinkValidation: false
|
||||
SDLValidationParameters:
|
||||
enable: false
|
||||
artifactNames:
|
||||
|
@ -47,8 +48,5 @@ stages:
|
|||
-TsaCodebaseName "$(TsaCodebaseName)"
|
||||
-TsaPublish $True
|
||||
|
||||
# The following checks are not available after the build and continue to be run here
|
||||
enableSourceLinkValidation: true
|
||||
|
||||
# Publish to blob storage.
|
||||
publishInstallersAndChecksums: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue