Azure: Add `extras` bucket in test job as required by some manifests

master
Hugo Locurcio 2018-12-02 23:26:00 +01:00
parent 1de84796f7
commit 27a5bf294d
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 1 additions and 0 deletions

View File

@ -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 {