File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ variables:
3333 value : false
3434 - name : _RunAsInternal
3535 value : true
36+ - group : DotNet-Wcf-SDLValidation-Params
3637
3738resources :
3839 containers :
@@ -285,12 +286,12 @@ stages:
285286 SDLValidationParameters :
286287 enable : true
287288 params : ' -SourceToolsList @("policheck","credscan")
288- -TsaInstanceURL "https://devdiv.visualstudio.com/"
289- -TsaProjectName "DEVDIV"
290- -TsaNotificationEmail "[email protected] " 291- -TsaCodebaseAdmin "REDMOND\stebon"
292- -TsaBugAreaPath "DevDiv\NET\NET Core"
293- -TsaIterationPath "DevDiv"
289+ -TsaInstanceURL $(_TsaInstanceURL)
290+ -TsaProjectName $(_TsaProjectName)
291+ -TsaNotificationEmail $(_TsaNotificationEmail)
292+ -TsaCodebaseAdmin $(_TsaCodebaseAdmin)
293+ -TsaBugAreaPath $(_TsaBugAreaPath)
294+ -TsaIterationPath $(_TsaIterationPath)
294295 -TsaRepositoryName "WCF"
295296 -TsaCodebaseName "WCF"
296297 -TsaPublish $True'
You can’t perform that action at this time.
0 commit comments