Fix child object mistake
This commit is contained in:
parent
ff83a56433
commit
a4e452697e
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ parameters:
|
||||||
|
|
||||||
# Mac
|
# Mac
|
||||||
poolMac:
|
poolMac:
|
||||||
vmImage: macos-12
|
vmImage: 'macos-12'
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: VMR_PoC_Build
|
- stage: VMR_PoC_Build
|
||||||
|
@ -118,7 +118,7 @@ stages:
|
||||||
vmrBranch: ${{ variables.VmrBranch }}
|
vmrBranch: ${{ variables.VmrBranch }}
|
||||||
architecture: x64
|
architecture: x64
|
||||||
pool:
|
pool:
|
||||||
vmImage: ${{ parameters.poolMac }}
|
vmImage: ${{ parameters.poolMac.vmImage }}
|
||||||
container: ''
|
container: ''
|
||||||
buildFromArchive: false # 🚫
|
buildFromArchive: false # 🚫
|
||||||
enablePoison: false # 🚫
|
enablePoison: false # 🚫
|
||||||
|
@ -136,7 +136,7 @@ stages:
|
||||||
vmrBranch: ${{ variables.VmrBranch }}
|
vmrBranch: ${{ variables.VmrBranch }}
|
||||||
architecture: x64
|
architecture: x64
|
||||||
pool:
|
pool:
|
||||||
vmImage: ${{ parameters.poolMac }}
|
vmImage: ${{ parameters.poolMac.vmImage }}
|
||||||
container: ''
|
container: ''
|
||||||
buildFromArchive: false # 🚫
|
buildFromArchive: false # 🚫
|
||||||
enablePoison: false # 🚫
|
enablePoison: false # 🚫
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue