1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00

Windows CI should use a fixed version of deno (denoland/deno_std#89)

Original: 4e12c2b4d2
This commit is contained in:
Srijan Reddy 2019-01-05 20:28:18 +05:30 committed by Ryan Dahl
parent 7c62da8975
commit 68584f983e

View file

@ -23,6 +23,6 @@ jobs:
pool:
vmImage: 'vs2017-win2016'
steps:
- powershell: iex (iwr https://deno.land/x/install/install.ps1)
- powershell: iwr https://deno.land/x/install/install.ps1 -Outfile 'install.ps1'; ./install.ps1 $(DENO_VERSION)
- script: echo '##vso[task.prependpath]C:\Users\VssAdministrator\.deno\bin\'
- script: 'C:\Users\VssAdministrator\.deno\bin\deno.exe test.ts --allow-run --allow-net --allow-write'