1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

enable linux builds

This commit is contained in:
Kyle Spearrin
2019-03-16 23:47:05 -04:00
parent 3e08ba95cf
commit 36bb24d580

View File

@@ -1,6 +1,6 @@
image:
- Visual Studio 2017
#- Ubuntu1804
- Ubuntu1804
branches:
except:
@@ -25,7 +25,6 @@ init:
Install-Product node 10
$env:PATH = "C:\Program Files (x86)\Resource Hacker;${env:PATH}"
if(Test-Path -Path $env:WIN_PKG) {
echo "THERE IS A WIN_PKG"
$env:VER_INFO = "true"
}
}