This commit is contained in:
Pietro Gagliardi 2019-04-04 22:57:46 -04:00
parent 5ec9a2fbc0
commit ef7b698205
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
steps:
- powershell: 'Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip -OutFile C:\ninja-win.zip'
displayName: 'Download Ninja'
- shell: |
- script: |
mkdir C:\ninja
powershell -Command "Expand-Archive -LiteralPath C:\ninja-win.zip -DestinationPath C:\ninja"
@echo ##vso[task.prependpath]C:\ninja