mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-15 07:43:27 +00:00
WIN_PKG set with ps
This commit is contained in:
@@ -6,9 +6,6 @@ branches:
|
|||||||
except:
|
except:
|
||||||
- l10n_master
|
- l10n_master
|
||||||
|
|
||||||
environment:
|
|
||||||
WIN_PKG: C:\Users\appveyor\.pkg-cache\v2.5\fetched-v10.4.1-win-x64
|
|
||||||
|
|
||||||
stack: node 10
|
stack: node 10
|
||||||
|
|
||||||
init:
|
init:
|
||||||
@@ -24,6 +21,7 @@ init:
|
|||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
Install-Product node 10
|
Install-Product node 10
|
||||||
$env:PATH = "C:\Program Files (x86)\Resource Hacker;${env:PATH}"
|
$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"
|
echo "testing ver info"
|
||||||
if(Test-Path -Path $env:WIN_PKG) {
|
if(Test-Path -Path $env:WIN_PKG) {
|
||||||
echo "do ver info"
|
echo "do ver info"
|
||||||
|
|||||||
Reference in New Issue
Block a user