Skip to content

Commit

Permalink
[CI] Use the APIScan dedicated pool.
Browse files Browse the repository at this point in the history
APIScan calculates the number of CPUs of the vm and throttles
accordingly, using a better image results in a huge improvement.
  • Loading branch information
mandel-macaque committed Mar 5, 2024
1 parent 7ebc1f0 commit aa278b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/azure-templates-stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,8 @@ stages:
- package
complianceEnabled: true
complianceTimeoutInMinutes: 480
windowsPoolName: ${{ parameters.buildAgentHost.pool.name }}
windowsImageOverride: ${{ parameters.buildAgentHost.pool.image }}
windowsPoolName: 'MAUI-1ESPT'
windowsImageOverride: '1ESPT-Windows2022'
scanArtifacts:
- nuget
- nuget_symbols
Expand Down

0 comments on commit aa278b9

Please sign in to comment.