File tree Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ variables:
73
73
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
74
74
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
75
75
76
- # used for post-build phases, internal builds only
77
- - group : DotNet-AspNet-SDLValidation-Params
78
76
- ${{ if in(variables['Build.Reason'], 'PullRequest') }} :
79
77
- name : _BuildArgs
80
78
value : ' '
@@ -746,18 +744,3 @@ stages:
746
744
# See https://github.com/dotnet/arcade/issues/2871
747
745
enableSymbolValidation : false
748
746
publishInstallersAndChecksums : true
749
- # This is to enable SDL runs part of Post-Build Validation Stage
750
- SDLValidationParameters :
751
- enable : false
752
- continueOnError : false
753
- params : ' -SourceToolsList @("policheck","credscan")
754
- -TsaInstanceURL $(_TsaInstanceURL)
755
- -TsaProjectName $(_TsaProjectName)
756
- -TsaNotificationEmail $(_TsaNotificationEmail)
757
- -TsaCodebaseAdmin $(_TsaCodebaseAdmin)
758
- -TsaBugAreaPath $(_TsaBugAreaPath)
759
- -TsaIterationPath $(_TsaIterationPath)
760
- -TsaRepositoryName "AspNetCore"
761
- -TsaCodebaseName "AspNetCore"
762
- -TsaPublish $True
763
- -PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml")'
Original file line number Diff line number Diff line change
1
+ -SourceToolsList @("policheck","credscan")
2
+ -TsaInstanceURL https://devdiv.visualstudio.com/
3
+ -TsaProjectName DEVDIV
4
+ -TsaNotificationEmail
[email protected]
5
+ -TsaCodebaseAdmin REDMOND\kevinpi
6
+ -TsaBugAreaPath "DevDiv\ASP.NET Core"
7
+ -TsaIterationPath DevDiv
8
+ -TsaRepositoryName AspNetCore
9
+ -TsaCodebaseName AspNetCore
10
+ -TsaOnboard $True
11
+ -TsaPublish $True
12
+ -PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml")
You can’t perform that action at this time.
0 commit comments