Skip to content

Commit

Permalink
Fixing Appveyor configuration script
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksysteam committed Jun 28, 2019
1 parent 8b3f73b commit be7ab73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ clone_folder: c:\projects\hevd
# scripts that are called at very beginning, before repo cloning
init:
- cmd: git config --global core.autocrlf input
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

# this is how to allow failing jobs in the matrix
# matrix:
Expand Down Expand Up @@ -64,8 +65,5 @@ deploy: off
environment:
APPVEYOR_RDP_PASSWORD: test123456!@#

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

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

0 comments on commit be7ab73

Please sign in to comment.