Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Revert build pool change
  • Loading branch information
pjcollins committed Dec 20, 2023
commit ab7a9b3fc1082b03f73efeed21484707bf1ae11d
6 changes: 2 additions & 4 deletions build-tools/automation/azure-pipelines-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ stages:
- job: mac_build_create_installers
displayName: macOS > Create Installers
pool:
name: Azure Pipelines
vmImage: internal-macos12
name: VSEng-Xamarin-RedmondMac-Android-Untrusted
demands: macOS.Name -equals Monterey
timeoutInMinutes: 420
workspace:
clean: all
Expand All @@ -48,8 +48,6 @@ stages:
- group: xamops-azdev-secrets
- name: Codeql.Enabled
value: true
- name: ApiScan.Enabled
value: true
steps:
- checkout: self
submodules: recursive
Expand Down