From f0358f1da815bc33daddb03284d866df63fc9bd8 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 20 Nov 2017 16:25:02 -0500 Subject: [PATCH] run android script from web download --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 88b67d30e..12a687b3d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,10 @@ skip_tags: true init: - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/bitwarden/mobile/master/install-android26.ps1')) on_finish: - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) before_build: - - ps: install-android26.ps1 - nuget restore - IF DEFINED keystore_dec_secret nuget install secure-file -ExcludeVersion after_build: