Remove RDP and correct artifact definition

This commit is contained in:
Daniel Lintott 2017-12-24 19:26:42 +00:00
parent ce77ff700c
commit 1cb5c1cb13
1 changed files with 1 additions and 8 deletions

View File

@ -2,10 +2,6 @@ version: 1.0.{build}
environment:
PYTHON: C:\\Python27
APPVEYOR_RDP_PASSWORD: Ngf!y9UJ#Dt_&NY@
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
- cmd: cinst gtk-runtime
@ -20,7 +16,4 @@ cache:
- pygtk-all-in-one-2.24.2.win32-py2.7.msi
artifacts:
- path: dists\*
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- path: dist\openxenmanager-*.exe