Skip to content

Commit

Permalink
use an ubuntu agent to build binaries for MacOSX unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
g7ed6e committed Nov 3, 2023
1 parent d7aa905 commit aebf818
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines-arcade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,10 @@ stages:
- ${{ if eq(variables._RunAsPublic, True) }}:
- job: MacOS
timeoutInMinutes: 90
container: ubuntu_2004_20211215
pool:
name: NetCore-Public
demands: ImageOverride -equals windows.vs2022.amd64.open
demands: ImageOverride -equals build.Ubuntu.1804.amd64.open
variables:
- _TestArgs: /p:ServiceUri=$(_serviceUri) /p:Root_Certificate_Installed=true /p:Client_Certificate_Installed=true /p:SSL_Available=true
- _serviceUri: wcfcoresrv23.westus3.cloudapp.azure.com/WcfService$(_WcfPRServiceId)
Expand Down Expand Up @@ -257,13 +258,13 @@ stages:
- template: /eng/UpdatePRService.yml
parameters:
wcfPRServiceId: $(_WcfPRServiceId)
- script: eng\common\cibuild.cmd
- script: eng/common/cibuild.sh
-configuration $(_BuildConfig)
-preparemachine
$(_TestArgs)
/p:Test=false
displayName: MacOS Build
- powershell: eng\common\build.ps1
- powershell: eng/common/build.sh
-configuration $(_BuildConfig)
-prepareMachine
-ci
Expand Down

0 comments on commit aebf818

Please sign in to comment.