diff --git a/appveyor.yml b/appveyor.yml index bd6b0c3db446..55bdb38d5d86 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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)