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:
7373 /p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
7474 /p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
7575
76- # used for post-build phases, internal builds only
77- - group : DotNet-AspNet-SDLValidation-Params
7876 - ${{ if in(variables['Build.Reason'], 'PullRequest') }} :
7977 - name : _BuildArgs
8078 value : ' '
@@ -746,18 +744,3 @@ stages:
746744 # See https://github.com/dotnet/arcade/issues/2871
747745 enableSymbolValidation : false
748746 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