mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
Disable RDP access to AppVeyor build workers
This commit is contained in:
@ -22,9 +22,10 @@ install:
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
- yarn --frozen-lockfile
|
- yarn --frozen-lockfile
|
||||||
|
|
||||||
on_finish:
|
# on_finish:
|
||||||
# Enable RDP to the build worker (using APPVEYOR_RDP_PASSWORD env var)
|
# # 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'))
|
# # https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
|
||||||
|
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- yarn run release:win
|
- yarn run release:win
|
||||||
|
|||||||
Reference in New Issue
Block a user