Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update azure-pipelines-complete.yml #3162

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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
22 changes: 11 additions & 11 deletions scripts/azure-pipelines-complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ parameters:
type: object
default:
pool:
name: Azure Pipelines
vmImage: ubuntu-20.04
os: windows
name: MAUI-Xamarin-Temp
vmImage: 1ESPT-Ubuntu22.04
os: linux
- name: buildAgentWindows
displayName: 'The Windows build agent configuration:'
type: object
default:
pool:
name: Azure Pipelines
vmImage: windows-2022
name: MAUI-Xamarin-Temp
vmImage: 1ESPT-Windows2022
os: windows
- name: buildAgentWindowsNative
displayName: 'The Windows build agent configuration for building the native assets:'
type: object
default:
pool:
name: Azure Pipelines
vmImage: windows-2022
name: MAUI-Xamarin-Temp
vmImage: 1ESPT-Windows2022
os: windows
- name: buildAgentMac
displayName: 'The macOS build agent configuration:'
Expand All @@ -58,16 +58,16 @@ parameters:
type: object
default:
pool:
name: Azure Pipelines
vmImage: ubuntu-22.04
name: MAUI-Xamarin-Temp
vmImage: 1ESPT-Ubuntu22.04
os: linux
- name: buildAgentLinuxNative
displayName: 'The Linux build agent configuration for building the native assets:'
type: object
default:
pool:
name: Azure Pipelines
vmImage: ubuntu-20.04
name: MAUI-Xamarin-Temp
vmImage: 1ESPT-Ubuntu20.04
os: linux
- name: buildAgentAndroidTests
displayName: 'The build agent configuration for building the Android tests:'
Expand Down