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

WIN_PKG set with ps

This commit is contained in:
Kyle Spearrin
2019-03-22 22:16:00 -04:00
parent 25847b9c83
commit 7a0e0e6915

View File

@@ -6,9 +6,6 @@ branches:
except:
- l10n_master
environment:
WIN_PKG: C:\Users\appveyor\.pkg-cache\v2.5\fetched-v10.4.1-win-x64
stack: node 10
init:
@@ -24,6 +21,7 @@ init:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Install-Product node 10
$env:PATH = "C:\Program Files (x86)\Resource Hacker;${env:PATH}"
$env:WIN_PKG = "C:\Users\appveyor\.pkg-cache\v2.5\fetched-v10.4.1-win-x64"
echo "testing ver info"
if(Test-Path -Path $env:WIN_PKG) {
echo "do ver info"