We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a6353c + 52ed82c commit 589b531Copy full SHA for 589b531
appveyor.yml
@@ -28,6 +28,7 @@ environment:
28
init:
29
- cmd: git config --global core.autocrlf true
30
install:
31
+ - ps: if ($isWindows) { Install-Product node '' }
32
- sh: wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
33
- sh: sudo dpkg -i packages-microsoft-prod.deb
34
- sh: sudo apt-get update
0 commit comments