File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments