Try an empty container to appease template
This commit is contained in:
parent
749afddd02
commit
84c4a02d4a
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,7 @@ stages:
|
|||
architecture: x64
|
||||
pool:
|
||||
vmImage: ${{ parameters.poolMac }}
|
||||
container: ''
|
||||
buildFromArchive: false # 🚫
|
||||
enablePoison: false # 🚫
|
||||
excludeOmniSharpTests: true # ✅
|
||||
|
@ -136,6 +137,7 @@ stages:
|
|||
architecture: x64
|
||||
pool:
|
||||
vmImage: ${{ parameters.poolMac }}
|
||||
container: ''
|
||||
buildFromArchive: false # 🚫
|
||||
enablePoison: false # 🚫
|
||||
excludeOmniSharpTests: true # ✅
|
||||
|
|
Loading…
Add table
Reference in a new issue