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.
1 parent d4180e6 commit e99f9d3Copy full SHA for e99f9d3
appveyor.yml
@@ -17,6 +17,7 @@ install:
17
- npm install -g npm@latest
18
- npm install -g [email protected]
19
- set PATH=%APPDATA%\npm;%PATH%
20
+ - set PATH=C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Windows Kits\10\bin\x64;%PATH%
21
- yarn install --production=false
22
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
23
matrix:
0 commit comments