Skip to content

Commit 6fb251f

Browse files
committed
Enable RDP to the build worker
1 parent 1cb876d commit 6fb251f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ install:
2020
- rustc -vV
2121
- cargo -vV
2222
# Install dependencies
23-
- yarn
23+
- yarn --frozen-lockfile
24+
25+
on_finish:
26+
# Enable RDP to the build worker (using APPVEYOR_RDP_PASSWORD env var)
27+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2428

2529
build_script:
2630
- yarn run release:win

0 commit comments

Comments
 (0)