We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb876d commit 6fb251fCopy full SHA for 6fb251f
appveyor.yml
@@ -20,7 +20,11 @@ install:
20
- rustc -vV
21
- cargo -vV
22
# Install dependencies
23
- - yarn
+ - 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'))
28
29
build_script:
30
- yarn run release:win
0 commit comments