From 2f025d51ffc0c7ea7d1ad8f0a35927680baa4783 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 10 Jan 2018 18:01:48 -0500 Subject: [PATCH] remove rdp from appveyor --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2d0336846..be0d9ac72 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,3 @@ -init: - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) install: - appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe before_build: @@ -21,8 +19,6 @@ after_build: on_success: - IF DEFINED play_dec_secret secure-file\tools\secure-file -decrypt store\google\Publisher\play_creds.json.enc -secret %play_dec_secret% - IF DEFINED play_dec_secret dotnet store\google\Publisher\bin\Debug\netcoreapp2.0\Publisher.dll %APPVEYOR_BUILD_FOLDER%\store\google\Publisher\play_creds.json %APPVEYOR_BUILD_FOLDER%\com.x8bit.bitwarden-%APPVEYOR_BUILD_NUMBER%.apk alpha -on_finish: - - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) artifacts: - path: com.x8bit.bitwarden-%APPVEYOR_BUILD_NUMBER%.apk - path: com.x8bit.bitwarden-fdroid-%APPVEYOR_BUILD_NUMBER%.apk