Skip to content

Commit

Permalink
Drop iex clause
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Apr 19, 2019
1 parent 05f3344 commit a003d0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ environment:

init:
- "chcp 65001"
#if($env:APPVEYOR_RDP_DEBUG -eq 'True') {
#}
- ps: >-
if($env:APPVEYOR_RDP_DEBUG -eq 'True') {
iex ((new-object net.webclient).DownloadString('https://github.com/raw/appveyor/ci/master/scripts/enable-rdp.ps1'))
}
iex ((new-object net.webclient).DownloadString('https://github.com/raw/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
# Ensure the Git Submoduldes have been pulled down too
Expand Down Expand Up @@ -49,10 +49,10 @@ deploy_script:
}
on_finish:
#if($env:APPVEYOR_RDP_DEBUG -eq 'True') {
#}
- ps: >-
if($env:APPVEYOR_RDP_DEBUG -eq 'True') {
$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://github.com/raw/appveyor/ci/master/scripts/enable-rdp.ps1'))
}
$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://github.com/raw/appveyor/ci/master/scripts/enable-rdp.ps1'))
#notifications:
# - provider: Webhook
Expand Down

0 comments on commit a003d0f

Please sign in to comment.