diff --git a/appveyor.yml b/appveyor.yml index 12a687b3d..4cfb9e5e6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,5 @@ -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: - nuget restore - IF DEFINED keystore_dec_secret nuget install secure-file -ExcludeVersion @@ -20,4 +16,5 @@ artifacts: branches: except: - l10n_master +skip_tags: true image: Visual Studio 2017 diff --git a/test/Android.Test/Android.Test.csproj b/test/Android.Test/Android.Test.csproj index 6afe7e168..c9451577d 100644 --- a/test/Android.Test/Android.Test.csproj +++ b/test/Android.Test/Android.Test.csproj @@ -132,6 +132,9 @@ + + +