Skip to content

Commit

Permalink
Linux build: Target AzurePipelines-EO agent pool (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbond-msft authored Mar 4, 2022
1 parent ff9ad87 commit 828aaec
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
- main
- refs/tags/*

pr:
- main

Expand Down Expand Up @@ -33,10 +33,15 @@ jobs:
windowsAgentPoolName: AzurePipelines-EO
windowsImage: ''
windowsImageOverride: AzurePipelinesWindows2019compliant

xcode: 13.1
buildType: 'manifest'
linuxImage: 'ubuntu-latest'
validPackagePrefixes:

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

validPackagePrefixes:
# Preferred prefixes
- Xamarin
- Mono
Expand Down Expand Up @@ -81,5 +86,5 @@ jobs:
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:
- template: sign-artifacts/jobs/v2.yml@internal-templates
parameters:
dependsOn: [ 'build' ]
dependsOn: [ 'linux', 'macos', 'windows' ]
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')

0 comments on commit 828aaec

Please sign in to comment.