Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions build-tools/automation/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ extends:
displayName: Build Linux
timeoutInMinutes: 480
pool:
name: AzurePipelines-EO
name: MAUI-1ESPT
image: $(LinuxPoolImage1ESPT)
os: linux
templateContext:
Expand Down Expand Up @@ -135,8 +135,11 @@ extends:
displayName: Build macOS
timeoutInMinutes: 480
pool:
name: Azure Pipelines
vmImage: macOS-12
${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(parameters.SignArtifactsOverride, 'true')) }}:
name: Azure Pipelines
vmImage: macOS-latest
${{ else }}:
name: VSEng-Xamarin-RedmondMac-Android-Untrusted
os: macOS
templateContext:
outputs:
Expand All @@ -156,7 +159,7 @@ extends:

- script: |
brew update
brew install cmake ninja ccache
export HOMEBREW_NO_INSTALL_UPGRADE=1 && brew install cmake ninja ccache
displayName: Install LLVM build dependencies

- script: export HOMEBREW_NO_INSTALL_UPGRADE=1 && brew install make xz
Expand All @@ -178,7 +181,7 @@ extends:
displayName: Build Windows
timeoutInMinutes: 600
pool:
name: AzurePipelines-EO
name: MAUI-1ESPT
image: $(WindowsPoolImage1ESPT)
os: windows
variables:
Expand Down Expand Up @@ -207,7 +210,7 @@ extends:
timeoutInMinutes: 480
pool:
name: Azure Pipelines
vmImage: macOS-12
vmImage: macOS-latest
os: macOS
templateContext:
outputParentDirectory: $(Build.StagingDirectory)
Expand Down