@@ -78,8 +78,6 @@ variables:
78
78
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
79
79
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
80
80
81
- # used for post-build phases, internal builds only
82
- - group : DotNet-AspNet-SDLValidation-Params
83
81
- ${{ if in(variables['Build.Reason'], 'PullRequest') }} :
84
82
- name : _BuildArgs
85
83
value : ' '
@@ -781,18 +779,3 @@ stages:
781
779
# See https://github.com/dotnet/arcade/issues/2871
782
780
enableSymbolValidation : false
783
781
publishInstallersAndChecksums : true
784
- # This is to enable SDL runs part of Post-Build Validation Stage
785
- SDLValidationParameters :
786
- enable : false
787
- continueOnError : false
788
- params : ' -SourceToolsList @("policheck","credscan")
789
- -TsaInstanceURL $(_TsaInstanceURL)
790
- -TsaProjectName $(_TsaProjectName)
791
- -TsaNotificationEmail $(_TsaNotificationEmail)
792
- -TsaCodebaseAdmin $(_TsaCodebaseAdmin)
793
- -TsaBugAreaPath $(_TsaBugAreaPath)
794
- -TsaIterationPath $(_TsaIterationPath)
795
- -TsaRepositoryName "AspNetCore"
796
- -TsaCodebaseName "AspNetCore"
797
- -TsaPublish $True
798
- -PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml")'
0 commit comments