We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73af695 commit aa06b33Copy full SHA for aa06b33
1 file changed
.appveyor.yml
@@ -11,10 +11,10 @@ environment:
11
install:
12
- ps: Install-Product node $env:nodejs_version
13
- ps: >-
14
- if (!$env:APPVEYOR_PULL_REQUEST_NUMBER) {
15
- nuget install secure-file -ExcludeVersion
16
- secure-file\tools\secure-file -decrypt key.appveyor.json.enc -secret $env:GCLOUD_TESTS_KEY_SECRET
17
- }
+ if (!$env:APPVEYOR_PULL_REQUEST_NUMBER) {
+ nuget install secure-file -ExcludeVersion
+ secure-file\tools\secure-file -decrypt key.appveyor.json.enc -secret $env:GCLOUD_TESTS_KEY_SECRET
+ }
18
- npm install -g npm
19
- set PATH=%APPDATA%\npm;%PATH%
20
- npm install
0 commit comments