Skip to content

Commit aebf818

Browse files
committed
use an ubuntu agent to build binaries for MacOSX unit tests
1 parent d7aa905 commit aebf818

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

azure-pipelines-arcade.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,10 @@ stages:
226226
- ${{ if eq(variables._RunAsPublic, True) }}:
227227
- job: MacOS
228228
timeoutInMinutes: 90
229+
container: ubuntu_2004_20211215
229230
pool:
230231
name: NetCore-Public
231-
demands: ImageOverride -equals windows.vs2022.amd64.open
232+
demands: ImageOverride -equals build.Ubuntu.1804.amd64.open
232233
variables:
233234
- _TestArgs: /p:ServiceUri=$(_serviceUri) /p:Root_Certificate_Installed=true /p:Client_Certificate_Installed=true /p:SSL_Available=true
234235
- _serviceUri: wcfcoresrv23.westus3.cloudapp.azure.com/WcfService$(_WcfPRServiceId)
@@ -257,13 +258,13 @@ stages:
257258
- template: /eng/UpdatePRService.yml
258259
parameters:
259260
wcfPRServiceId: $(_WcfPRServiceId)
260-
- script: eng\common\cibuild.cmd
261+
- script: eng/common/cibuild.sh
261262
-configuration $(_BuildConfig)
262263
-preparemachine
263264
$(_TestArgs)
264265
/p:Test=false
265266
displayName: MacOS Build
266-
- powershell: eng\common\build.ps1
267+
- powershell: eng/common/build.sh
267268
-configuration $(_BuildConfig)
268269
-prepareMachine
269270
-ci

0 commit comments

Comments
 (0)