8000 fix tsa · vscode-arduino/vscode-arduino@006210f · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 006210f

Browse files
fix tsa
1 parent 3979776 commit 006210f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
variables:
1414
TeamName: C++ Cross Platform and Cloud
1515
templateContext:
16+
sdl:
17+
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
18+
tsa:
19+
enabled: true
20+
GdnPublishTsaOnboard: true
21+
GdnPublishTsaConfigFile: $(Build.SourcesDirectory)\build\tsa.gdntsa
1622
outputs:
1723
- output: pipelineArtifact
1824
displayName: 'Publish extension VSIXes as artifact'
@@ -106,11 +112,6 @@ jobs:
106112
inputs:
107113
CredScan: true
108114
PoliCheck: true
109-
- task: TSAUpload@2
110-
displayName: Upload logs to TSA
111-
inputs:
112-
GdnPublishTsaOnboard: true
113-
GdnPublishTsaConfigFile: $(Build.SourcesDirectory)\build\tsa.gdntsa
114115
condition: ne(variables['Build.Reason'], 'PullRequest')
115116
- task: GitHubRelease@0
116117
displayName: Publish to GitHub

0 commit comments

Comments
 (0)
0