build: disable RDP

This commit is contained in:
Samuel Attard 2022-04-04 16:25:32 -07:00
parent 1ada5d7ddf
commit 477aa389e6
No known key found for this signature in database
GPG key ID: 265C198401D8EFA7

View file

@ -232,7 +232,7 @@ deploy_script:
}
on_finish:
# Uncomment this lines to enable RDP
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- cd ..
- if exist out\Default\windows_toolchain_profile.json ( appveyor-retry appveyor PushArtifact out\Default\windows_toolchain_profile.json )
- if exist out\Default\dist.zip (appveyor-retry appveyor PushArtifact out\Default\dist.zip)