1
0
mirror of synced 2025-01-20 09:42:49 +01:00

temp thing to fix appveyor

i love appveyor
This commit is contained in:
Alex Cheer 2019-04-20 23:41:23 +12:00 committed by GitHub
parent 8c9f186739
commit 9159416aed

View File

@ -24,6 +24,10 @@ before_build:
build: build:
project: OpenParrot.sln project: OpenParrot.sln
verbosity: minimal verbosity: minimal
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
artifacts: artifacts:
- path: build\bin\release\output\ - path: build\bin\release\output\
name: OpenParrot$(platform) name: OpenParrot$(platform)