File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -130,18 +130,18 @@ steps:
130
130
flattenFolders : true
131
131
condition : succeeded()
132
132
133
- - task : APIScan@2
134
- inputs :
135
- softwareFolder : $(agent.builddirectory)\scanbin
136
- softwareName : ' vscode-client'
137
- softwareVersionNum : ' 1'
138
- symbolsFolder : ' SRV*http://symweb;$(agent.builddirectory)\symbols'
139
- isLargeApp : false
140
- toolVersion : ' Latest'
141
- displayName : Run ApiScan
142
- condition : succeeded()
143
- env :
144
- AzureServicesAuthConnectionString : $(apiscan-connectionstring)
133
+ # - task: APIScan@2
134
+ # inputs:
135
+ # softwareFolder: $(agent.builddirectory)\scanbin
136
+ # softwareName: 'vscode-client'
137
+ # softwareVersionNum: '1'
138
+ # symbolsFolder: 'SRV*http://symweb;$(agent.builddirectory)\symbols'
139
+ # isLargeApp: false
140
+ # toolVersion: 'Latest'
141
+ # displayName: Run ApiScan
142
+ # condition: succeeded()
143
+ # env:
144
+ # AzureServicesAuthConnectionString: $(apiscan-connectionstring)
145
145
146
146
- task : PublishSecurityAnalysisLogs@3
147
147
inputs :
You can’t perform that action at this time.
0 commit comments