We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d798cc9 commit 9884bd0Copy full SHA for 9884bd0
build-tools/automation/azure-pipelines-nightly.yaml
@@ -289,8 +289,8 @@ stages:
289
- job: api_scan
290
displayName: API Scan
291
pool:
292
- name: Azure Pipelines
293
- vmImage: windows-2022
+ name: MAUI-1ESPT
+ demands: ImageOverride -equals $(WindowsPoolImage1ESPT)
294
timeoutInMinutes: 480
295
workspace:
296
clean: all
@@ -335,7 +335,7 @@ stages:
335
isLargeApp: true
336
toolVersion: Latest
337
env:
338
- AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId);TenantId=$(ApiScanTenant);AppKey=$(ApiScanSecret)
+ AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanMAUI1ESPTManagedId)
339
340
- task: SdtReport@2
341
displayName: Guardian Export - Security Report
0 commit comments