diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-12-28 01:27:30 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-12-28 01:27:30 (GMT) |
commit | 9a32fc08310f914cb449ff3ddc27c9e30ba5ac02 (patch) | |
tree | d94627b71cb631fb8be971d40a81e1f60e14a383 | |
parent | c6b363a158da93a75d6a12620b5b221025e23312 (diff) | |
download | SCons-9a32fc08310f914cb449ff3ddc27c9e30ba5ac02.zip SCons-9a32fc08310f914cb449ff3ddc27c9e30ba5ac02.tar.gz SCons-9a32fc08310f914cb449ff3ddc27c9e30ba5ac02.tar.bz2 |
remove RDP
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 2440ec0..52eab43 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -204,5 +204,5 @@ on_finish: #- cmd: "C:\\%WINPYTHON%\\python.exe -m pip install --user -U coveralls" #- sh: python$PYTHON -m pip install --user -U coveralls #- ps: coveralls --rcfile="$($env:COVERAGE_PROCESS_START)" - - 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')) |