This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree 2 files changed +11
-17
lines changed 2 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -143,23 +143,8 @@ jobs:
143
143
- task : TSAUpload@2
144
144
displayName : Upload logs to TSA
145
145
inputs :
146
- tsaVersion : TsaV2
147
- codebase : NewOrUpdate
148
- codeBaseName : vscode-arduino
149
- notificationAlias : embeddeddev@microsoft.com
150
- instanceUrlForTsaV2 : DEVDIV
151
- projectNameDEVDIV : DevDiv
152
- areaPath : DevDiv\Cpp Developer Experience\Cross Platform\Embedded
153
- iterationPath : DevDiv
154
- # To avoid spurious warnings about missing logs, explicitly declare what we don't upload.
155
- uploadAPIScan : false
156
- uploadBinSkim : false
157
- uploadFortifySCA : false
158
- uploadFxCop : false
159
- uploadModernCop : false
160
- uploadPREfast : false
161
- uploadRoslyn : false
162
- uploadTSLint : false
146
+ GdnPublishTsaOnboard : true
147
+ GdnPublishTsaConfigFile : $(Build.SourcesDirectory)\build\tsa.gdntsa
163
148
# Don't open bugs for PR builds
164
149
condition : ne(variables['Build.Reason'], 'PullRequest')
165
150
Original file line number Diff line number Diff line change
1
+ {
2
+ "codebaseName": "vscode-arduino",
3
+ "notificationAliases": ["embeddeddev@microsoft.com"],
4
+ "instanceUrl": "https://devdiv.visualstudio.com",
5
+ "projectName": "DevDiv",
6
+ "areaPath": "DevDiv\\Cpp Developer Experience\\Cross Platform\\Embedded",
7
+ "iterationPath": "DevDiv",
8
+ "allTools": true
9
+ }
You can’t perform that action at this time.
0 commit comments