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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user