mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
add prefix
This commit is contained in:
parent
b6ba0e61b5
commit
b35de72214
1 changed files with 6 additions and 6 deletions
|
@ -49,12 +49,12 @@ extends:
|
|||
tsa:
|
||||
enabled: true
|
||||
config:
|
||||
codebaseName: $(CodebaseName)
|
||||
notificationAliases: $(NotificationAliases)
|
||||
instanceUrl: $(InstanceUrl)
|
||||
projectName: $(ProjectName)
|
||||
areaPath: $(AreaPath)
|
||||
serviceTreeID: $(ServiceTreeID)
|
||||
codebaseName: $(TSA.CodebaseName)
|
||||
notificationAliases: $(TSA.NotificationAliases)
|
||||
instanceUrl: $(TSA.InstanceUrl)
|
||||
projectName: $(TSA.ProjectName)
|
||||
areaPath: $(TSA.AreaPath)
|
||||
serviceTreeID: $(TSA.ServiceTreeID)
|
||||
codeql:
|
||||
tsaEnabled: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue