Skip to content

Commit

Permalink
Enable RDP on appveyor temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
xycaleth committed Jun 21, 2017
1 parent d0b1e10 commit 9a74ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ deploy_script:
- ps: for ($i = 0; $i -lt $key.Length / 64; $i++) { $min = [math]::min(64, $key.Length - ($i * 64)); $fileContent += $key.substring($i*64, $min) + "`n"; }
- ps: $fileContent += "-----END RSA PRIVATE KEY-----" + "`n"
- ps: Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- scripts/builds/deploy.bat

0 comments on commit 9a74ec2

Please sign in to comment.