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:
parent
7c62da8975
commit
68584f983e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue