Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d723148 commit dcfe242Copy full SHA for dcfe242
.appveyor.yml
@@ -46,7 +46,7 @@ install:
46
echo %PATH%
47
uname -a
48
git --version
49
- where git git-daemon python pip pip3 pip34
+ where git git-daemon python pip pip3 pip34 sh
50
python --version
51
python -c "import struct; print(struct.calcsize('P') * 8)"
52
@@ -96,4 +96,6 @@ on_success:
96
# `remmina` program in Ubuntu, use the login information that the line below
97
# prints into the log.
98
on_finish:
99
+ - |
100
+ echo "Running on_finish to establish connection back to the instance"
101
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
0 commit comments