1
0
Fork 0
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:
Matt Mitchell 2020-06-03 14:05:15 -07:00 committed by GitHub
parent b53456b016
commit 17c3d999ad
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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