Skip to content

Instantly share code, notes, and snippets.

@Stephanevg
Created June 29, 2019 01:07
Show Gist options
  • Save Stephanevg/3ea19973da4cda960785e64a684578e3 to your computer and use it in GitHub Desktop.
Save Stephanevg/3ea19973da4cda960785e64a684578e3 to your computer and use it in GitHub Desktop.
block rdp to troubleshoot machine
image:
- Previous Ubuntu
- Visual Studio 2015
install:
- ps: >-
.\CI\02_Install.ps1
build_script:
- ps: >-
write-host "Skipping build"
test_script:
- ps: >-
.\CI\04_Tests.ps1
skip_commits:
files:
- docs/*
- README.MD
- mkdocs.yml
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment