Azure: Add `extras` bucket in test job as required by some manifests
parent
1de84796f7
commit
27a5bf294d
|
@ -16,6 +16,7 @@ jobs:
|
|||
- powershell: |
|
||||
# Install Scoop
|
||||
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
|
||||
scoop bucket add extras
|
||||
|
||||
# Install packages
|
||||
Get-ChildItem *.json | Foreach-Object {
|
||||
|
|
Loading…
Reference in New Issue