Skip to content

Commit

Permalink
Try no pool
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Feb 20, 2024
1 parent 60ad6cc commit dbf4d40
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eng/pipelines/maui-release.yml
Expand Up @@ -35,8 +35,8 @@ parameters:
type: object
default:
- name: Windows
poolName: $(windowsNet6VmPool)
vmImage: $(windowsNet6VmImage)
poolName: AzurePipelines-EO
vmImage: AzurePipelinesWindows2022compliantGPT
artifact: nuget

resources:
Expand All @@ -51,6 +51,10 @@ resources:
name: xamarin/sdk-insertions
ref: refs/heads/main
endpoint: xamarin
- repository: 1ESPipelineTemplates
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release

stages:

Expand Down

0 comments on commit dbf4d40

Please sign in to comment.