File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ install:
1717 - npm install -g npm@latest
1818 -
npm install -g [email protected] 1919 - 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%
20+ - set PATH=C:\Program Files (x86)\Windows Kits\10\bin\x64;%PATH%
2121 - 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'))
22+ # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2323matrix :
2424 fast_finish : true
2525build : off
Original file line number Diff line number Diff line change 3535 },
3636 "make_targets" : {
3737 "win32" : [
38- " squirrel" ,
39- " appx"
38+ " squirrel"
4039 ],
4140 "darwin" : [
4241 " zip"
You can’t perform that action at this time.
0 commit comments