We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe4928 commit ceae4d1Copy full SHA for ceae4d1
appveyor.yml
@@ -1,3 +1,4 @@
1
+clone_folder: c:\ps
2
branches:
3
only:
4
- master
@@ -7,6 +8,11 @@ environment:
7
8
secure: VMFbecLLHzDq/09YDPbcM0VDDSwwgY57vr5GXK6cZZ4Ti/Xs5RZoylzV8MMr1350
9
10
before_build:
11
+ - ps: Install-Module -Name SplitPipeline -Force
12
+ - ps: Install-Module -Name platyPS -Force
13
+ - ps: Install-Module -Name Azure -Force
14
+ - ps: Install-Module -Name AzureRM -Force
15
+ - ps: Install-Module -Name AzureStack -Force
16
- ps: Install-Product node $env:nodejs_version
17
- git config --global credential.helper store
18
- ps: ac "$env:USERPROFILE\.git-credentials" "https://$($env:github_access_token):[email protected]`n"
0 commit comments