We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a729c commit 2c01f0dCopy full SHA for 2c01f0d
appveyor.yml
@@ -31,3 +31,7 @@ install:
31
32
test_script:
33
- task.exe test-integration
34
+
35
+# uncomment to debug builds
36
+on_finish:
37
+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://github.com/raw/appveyor/ci/master/scripts/enable-rdp.ps1'))
0 commit comments