Skip to content

Commit

Permalink
Enable RDP to the build worker
Browse files Browse the repository at this point in the history
  • Loading branch information
th-ch committed Apr 12, 2020
1 parent 1cb876d commit 6fb251f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ install:
- rustc -vV
- cargo -vV
# Install dependencies
- yarn
- yarn --frozen-lockfile

on_finish:
# Enable RDP to the build worker (using APPVEYOR_RDP_PASSWORD env var)
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

build_script:
- yarn run release:win
Expand Down

0 comments on commit 6fb251f

Please sign in to comment.