Skip to content

Commit

Permalink
Setup RDP login on Appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
Atari2 committed Nov 4, 2023
1 parent d98fdad commit 5125e2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
image: Visual Studio 2022

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

build_script:
- cmd: .\build_script.bat

Expand Down

0 comments on commit 5125e2d

Please sign in to comment.