Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Fix EO compliance #1344

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 3 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
24 changes: 13 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,21 @@ jobs:
parameters:
timeoutInMinutes: 360
areaPath: 'DevDiv\Xamarin SDK\Android'
macosImage: 'macOS-11' # the name of the macOS VM image
# BigSur 20211120
windowsAgentPoolName: AzurePipelines-EO
windowsImage: ''
windowsImageOverride: AzurePipelinesWindows2019compliant

${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}: # We only need to ship from OSX builds so don't run on windows
windowsAgentPoolName: ''
windowsImage: ''
linuxImage: ''
${{ elseif eq(variables['System.TeamProject'], 'devdiv') }}: # The AzurePipelines-EO pool is only available in DevDiv
macosImage: 'macOS-11' # the name of the macOS VM image
windowsAgentPoolName: AzurePipelines-EO
windowsImage: ''
windowsImageOverride: AzurePipelinesWindows2019compliant
linuxAgentPoolName: AzurePipelines-EO
linuxsImage: ''
linuxImageOverride: AzurePipelinesUbuntu20.04compliant
xcode: 13.1
buildType: 'manifest'

linuxAgentPoolName: AzurePipelines-EO
linuxsImage: ''
linuxImageOverride: AzurePipelinesUbuntu20.04compliant

validPackagePrefixes:
validPackagePrefixes:
# Preferred prefixes
- Xamarin
Expand Down