Skip to content

Commit a76342f

Browse files
committed
Revert "[ci] Build on performance build pools (#15)"
This reverts commit dae2eb6. Reverted for now, because it doesn't seem to work on macOS
1 parent cd38954 commit a76342f

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

build-tools/automation/azure-pipelines.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extends:
8282
displayName: Build Linux
8383
timeoutInMinutes: 480
8484
pool:
85-
name: MAUI-1ESPT
85+
name: AzurePipelines-EO
8686
image: $(LinuxPoolImage1ESPT)
8787
os: linux
8888
templateContext:
@@ -135,11 +135,8 @@ extends:
135135
displayName: Build macOS
136136
timeoutInMinutes: 480
137137
pool:
138-
${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(parameters.SignArtifactsOverride, 'true')) }}:
139-
name: Azure Pipelines
140-
vmImage: macOS-latest
141-
${{ else }}:
142-
name: VSEng-Xamarin-RedmondMac-Android-Untrusted
138+
name: Azure Pipelines
139+
vmImage: macOS-12
143140
os: macOS
144141
templateContext:
145142
outputs:
@@ -159,7 +156,7 @@ extends:
159156

160157
- script: |
161158
brew update
162-
export HOMEBREW_NO_INSTALL_UPGRADE=1 && brew install cmake ninja ccache
159+
brew install cmake ninja ccache
163160
displayName: Install LLVM build dependencies
164161
165162
- script: export HOMEBREW_NO_INSTALL_UPGRADE=1 && brew install make xz
@@ -181,7 +178,7 @@ extends:
181178
displayName: Build Windows
182179
timeoutInMinutes: 600
183180
pool:
184-
name: MAUI-1ESPT
181+
name: AzurePipelines-EO
185182
image: $(WindowsPoolImage1ESPT)
186183
os: windows
187184
variables:
@@ -212,7 +209,7 @@ extends:
212209
timeoutInMinutes: 480
213210
pool:
214211
name: Azure Pipelines
215-
vmImage: macOS-latest
212+
vmImage: macOS-12
216213
os: macOS
217214
templateContext:
218215
outputParentDirectory: $(Build.StagingDirectory)

0 commit comments

Comments
 (0)