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 098e776 commit ec2da37Copy full SHA for ec2da37
appveyor.yml
@@ -10,6 +10,8 @@ environment:
10
secure: G/hTb/AdUY4ynt5XGj10fROfQZC2xgogiQAiqXT63cEMGAGcZ8+6rOdQJzf4/PHf
11
matrix:
12
- nodejs_version: 10.4
13
+init:
14
+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
15
install:
16
- ps: Install-Product node $env:nodejs_version
17
- set CI=true
0 commit comments