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 422c3fc commit 59bba8eCopy full SHA for 59bba8e
appveyor.yml
@@ -22,9 +22,10 @@ install:
22
# Install dependencies
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'))
+# on_finish:
+# # Enable RDP to the build worker (using APPVEYOR_RDP_PASSWORD env var)
+# # https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
28
+# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
29
30
build_script:
31
- yarn run release:win
0 commit comments