From 193d9d5326ea55a3f7183c11f65687debb81d726 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 12 Mar 2019 13:46:06 -0400 Subject: [PATCH] disable win build for testing --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 255df279c7..26a3a9bd96 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ image: -- Visual Studio 2017 +#- Visual Studio 2017 - Ubuntu1804 branches: @@ -32,13 +32,12 @@ before_build: build_script: - npm install -- sh: npm run dist:lin -- ps: npm run dist:win:ci - ps: | if($isLinux) { - + npm run dist:lin } else { + npm run dist:win:ci Push-AppveyorArtifact .\dist\Bitwarden-Portable-$env:package_version.exe Push-AppveyorArtifact .\dist\nsis-web\Bitwarden-Installer-$env:package_version.exe Push-AppveyorArtifact .\dist\Bitwarden-$env:package_version-x64.appx