Skip to content

Commit

Permalink
TEMP: expose linux agent switch
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Feb 21, 2024
1 parent 214c048 commit b951beb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ parameters:
displayName: Build on macOS
type: boolean
default: false # macOS is often bogged down in Azure Pipelines
- name: EnableLinuxBuild
displayName: Build on linux
type: boolean
default: true
- name: RunTests
displayName: Run tests
type: boolean
Expand Down Expand Up @@ -89,6 +93,7 @@ extends:
vmImage: macOS-12
os: macOS
EnableMacOSBuild: ${{ parameters.EnableMacOSBuild }}
EnableLinuxBuild: ${{ parameters.EnableLinuxBuild }}
RunTests: ${{ parameters.RunTests }}
- template: /azure-pipelines/prepare-insertion-stages.yml@self
parameters:
Expand Down Expand Up @@ -123,6 +128,7 @@ extends:
vmImage: macOS-12
os: macOS
EnableMacOSBuild: ${{ parameters.EnableMacOSBuild }}
EnableLinuxBuild: ${{ parameters.EnableLinuxBuild }}
RunTests: ${{ parameters.RunTests }}
- template: /azure-pipelines/prepare-insertion-stages.yml@self
parameters:
Expand Down

0 comments on commit b951beb

Please sign in to comment.