File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 13
13
variables :
14
14
TeamName : C++ Cross Platform and Cloud
15
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
16
22
outputs :
17
23
- output : pipelineArtifact
18
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 :
112
- GdnPublishTsaOnboard : true
113
- GdnPublishTsaConfigFile : $(Build.SourcesDirectory)\build\tsa.gdntsa
114
115
condition : ne(variables['Build.Reason'], 'PullRequest')
115
116
- task : GitHubRelease@0
116
117
displayName : Publish to GitHub
You can’t perform that action at this time.
0 commit comments