Skip to content

Commit

Permalink
windows issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaduser committed Jun 26, 2018
1 parent f73c1a4 commit 9ffd05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -37,7 +37,7 @@ os: Visual Studio 2017

# scripts that are called at very beginning, before repo cloning
init:
- ps: 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'))
- git config --global core.autocrlf input

# clone directory
Expand Down

0 comments on commit 9ffd05d

Please sign in to comment.