1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

disable win build for testing

This commit is contained in:
Kyle Spearrin 2019-03-12 13:46:06 -04:00
parent fb6decb4b4
commit 193d9d5326

View File

@ -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