Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chtof committed Mar 21, 2020
1 parent 58a0449 commit 089153a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ environment:
secure: 5Z8p2a6bS9Z1uPDJRZaTN3PZEUBNeRCC5SbrTEMYaA/pf+GcgR9O/0X3J5t/ueta

init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- git config --global user.email "[email protected]"
- git config --global user.name "Chocolatey"
- git config --global core.safecrlf false
Expand Down Expand Up @@ -109,5 +109,5 @@ notifications:
on_build_failure: true
on_build_status_changed: true

on_finish:
- ps: $blockRdp = $true; 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 089153a

Please sign in to comment.