mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
read config from variable
This commit is contained in:
parent
1a36097168
commit
ebf9570a36
1 changed files with 9 additions and 0 deletions
|
@ -32,6 +32,8 @@ resources:
|
||||||
type: git
|
type: git
|
||||||
name: 1ESPipelineTemplates/1ESPipelineTemplates
|
name: 1ESPipelineTemplates/1ESPipelineTemplates
|
||||||
ref: refs/tags/release
|
ref: refs/tags/release
|
||||||
|
variables:
|
||||||
|
- group: CalculatorTSAConfig
|
||||||
|
|
||||||
extends:
|
extends:
|
||||||
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
|
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
|
||||||
|
@ -43,6 +45,13 @@ extends:
|
||||||
sdl:
|
sdl:
|
||||||
tsa:
|
tsa:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
config:
|
||||||
|
codebaseName: $(CodebaseName)
|
||||||
|
notificationAliases: $(NotificationAliases)
|
||||||
|
instanceUrl: $(InstanceUrl)
|
||||||
|
projectName: $(ProjectName)
|
||||||
|
areaPath: $(AreaPath)
|
||||||
|
serviceTreeID: $(ServiceTreeID)
|
||||||
codeql:
|
codeql:
|
||||||
tsaEnabled: true
|
tsaEnabled: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue