Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wenytang-ms committed Apr 29, 2024
1 parent 44392fe commit e2114dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/apiscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ schedules:
include:
- dev

pool: "1ESPtTfsAgentBuildPool1"
pool: "VSEngSS-MicroBuild2022-1ES"

steps:
- task: UseDotNet@2
Expand All @@ -32,7 +32,7 @@ steps:
isLargeApp: false
verbosityLevel: 'none'
env:
AzureServicesAuthConnectionString: 'RunAs=App;AppId=$(APPID)'
AzureServicesAuthConnectionString: 'RunAs=App;AppId=$(ApiScanClientId)'

- task: APIScan@2
displayName: 'Run APIScan on Microsoft.TeamsFx'
Expand All @@ -43,4 +43,4 @@ steps:
isLargeApp: false
verbosityLevel: 'none'
env:
AzureServicesAuthConnectionString: 'RunAs=App;AppId=$(APPID)'
AzureServicesAuthConnectionString: 'RunAs=App;AppId=$(ApiScanClientId)'

0 comments on commit e2114dd

Please sign in to comment.