Skip to content

Commit 0f5cf6c

Browse files
Merge pull request #3988 from StephenBonikowsky/stebon/3.1.0/infraupdates
Add group to get SDL validation params.
2 parents d00d8a3 + 73ae767 commit 0f5cf6c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

azure-pipelines-arcade.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ variables:
3333
value: false
3434
- name: _RunAsInternal
3535
value: true
36+
- group: DotNet-Wcf-SDLValidation-Params
3637

3738
resources:
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'

0 commit comments

Comments
 (0)