diff --git a/build-tools/automation/azure-pipelines.yml b/build-tools/automation/azure-pipelines.yml index 7410fc2..9647ede 100644 --- a/build-tools/automation/azure-pipelines.yml +++ b/build-tools/automation/azure-pipelines.yml @@ -311,7 +311,10 @@ extends: jobs: - job: api_scan displayName: API Scan - pool: $(MicroBuildPoolName) + pool: + name: Maui-1ESPT + image: $(WindowsPoolImage1ESPT) + os: windows timeoutInMinutes: 360 workspace: clean: all @@ -347,7 +350,7 @@ extends: isLargeApp: true toolVersion: Latest env: - AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId);TenantId=$(ApiScanTenant);AppKey=$(ApiScanSecret) + AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanMAUI1ESPTManagedId) - task: SdtReport@2 displayName: Guardian Export - Security Report