Skip to content

Commit 135036d

Browse files
authored
Migrate API Scan (#1447)
1 parent c43ed04 commit 135036d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

eng/pipelines/MIDebugEngine-CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ stages:
3939

4040
- stage: CodeAnalysis
4141
dependsOn: [CI]
42+
variables:
43+
- group: VSEng sponsored APIScan
4244
jobs:
43-
- template: ./jobs/MSHosted-Windows.job.yml
45+
- template: ./jobs/VSEngSS-MicroBuild2022-1ES.job.yml
4446
parameters:
4547
DisplayName: 'CodeAnalysis'
4648
JobTemplate:

eng/pipelines/steps/APIScan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ steps:
3838
isLargeApp: false
3939
continueOnError: true
4040
env:
41-
AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId);TenantId=$(ApiScanTenant);AppKey=$(MIEngineApiScan)
41+
AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId)

0 commit comments

Comments
 (0)