8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3979776 8000 commit 006210fCopy full SHA for 006210f
build/build.yml
@@ -13,6 +13,12 @@ jobs:
13
variables:
14
TeamName: C++ Cross Platform and Cloud
15
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
22
outputs:
23
- output: pipelineArtifact
24
displayName: 'Publish extension VSIXes as artifact'
@@ -106,11 +112,6 @@ jobs:
106
112
inputs:
107
113
CredScan: true
108
114
PoliCheck: true
109
- - task: TSAUpload@2
110
- displayName: Upload logs to TSA
111
- inputs:
- GdnPublishTsaOnboard: true
- GdnPublishTsaConfigFile: $(Build.SourcesDirectory)\build\tsa.gdntsa
115
condition: ne(variables['Build.Reason'], 'PullRequest')
116
- task: GitHubRelease@0
117
displayName: Publish to GitHub
0 commit comments