Skip to content

Commit

Permalink
move RDP block
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrettDMorrison committed Dec 13, 2023
1 parent 6019b8f commit 092b497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ install:
- if "%COMPILER%"=="msvc" if "%BUILD_TYPE%"=="Release" pip install -r python\requirements.txt
- if "%COMPILER%"=="msvc" if "%BUILD_TYPE%"=="Release" python --version

- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

build_script:
- sh appveyor.sh
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 092b497

Please sign in to comment.