зеркало из https://github.com/dotnet/wpf.git
Disable per-build validation (#3236)
Reduces build time. SDL is now right nightly + on each build candidate. No need to keep running on a per-build basis.
This commit is contained in:
Родитель
5d1d236993
Коммит
9ec4c6b1c4
|
@ -75,15 +75,13 @@ stages:
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
- template: eng\common\templates\post-build\post-build.yml
|
- template: eng\common\templates\post-build\post-build.yml
|
||||||
parameters:
|
parameters:
|
||||||
# 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
|
enableSymbolValidation: false
|
||||||
# Sourcelink validation isn't passing for Arcade due to some regressions. This should be
|
enableSigningValidation: false
|
||||||
# enabled back once this issue is resolved: https://github.com/dotnet/arcade/issues/2912
|
enableNugetValidation: false
|
||||||
enableSourceLinkValidation: false
|
enableSourceLinkValidation: false
|
||||||
# This is to enable SDL runs part of Post-Build Validation Stage
|
# This is to enable SDL runs part of Post-Build Validation Stage
|
||||||
SDLValidationParameters:
|
SDLValidationParameters:
|
||||||
enable: true
|
enable: false
|
||||||
params: ' -SourceToolsList @("policheck","credscan")
|
params: ' -SourceToolsList @("policheck","credscan")
|
||||||
-TsaInstanceURL $(_TsaInstanceURL)
|
-TsaInstanceURL $(_TsaInstanceURL)
|
||||||
-TsaProjectName $(_TsaProjectName)
|
-TsaProjectName $(_TsaProjectName)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче