Skip to content

Commit 16fa357

Browse files
authored
chore: disable APIScan to fix build (#216767)
1 parent 94e56ca commit 16fa357

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build/azure-pipelines/sdl-scan.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,18 @@ steps:
130130
flattenFolders: true
131131
condition: succeeded()
132132

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)
145145

146146
- task: PublishSecurityAnalysisLogs@3
147147
inputs:

0 commit comments

Comments
 (0)