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 dd54c5d commit d4180e6Copy full SHA for d4180e6
appveyor.yml
@@ -18,6 +18,7 @@ install:
18
- npm install -g [email protected]
19
- set PATH=%APPDATA%\npm;%PATH%
20
- yarn install --production=false
21
+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
22
matrix:
23
fast_finish: true
24
build: off
0 commit comments