Skip to content

Commit fde9701

Browse files
joaomorenorzhao271
andauthored
chore: remove API Scan variables group (microsoft#233359) (microsoft#233553)
Co-authored-by: Raymond Zhao <[email protected]>
1 parent 8f926e1 commit fde9701

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build/azure-pipelines/product-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,6 @@ extends:
320320
os: windows
321321
jobs:
322322
- job: WindowsSDL
323-
variables:
324-
- group: 'API Scan'
325323
steps:
326324
- template: build/azure-pipelines/win32/sdl-scan-win32.yml@self
327325
parameters:

build/azure-pipelines/win32/sdl-scan-win32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ steps:
161161
displayName: Run ApiScan
162162
condition: succeeded()
163163
env:
164-
AzureServicesAuthConnectionString: $(apiscan-connectionstring)
164+
AzureServicesAuthConnectionString: $(APIScanConnectionString)
165165
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
166166

167167
- task: PublishSecurityAnalysisLogs@3

0 commit comments

Comments
 (0)