Skip to content

Commit fbd2d8c

Browse files
committed
Merge branch 'release-5.0.0' of https://github.com/Azure/azure-powershell into online-help
2 parents 42a9db0 + fe1f795 commit fbd2d8c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
clone_folder: c:\ps
12
branches:
23
only:
34
- master
@@ -7,6 +8,11 @@ environment:
78
secure: VMFbecLLHzDq/09YDPbcM0VDDSwwgY57vr5GXK6cZZ4Ti/Xs5RZoylzV8MMr1350
89

910
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
1016
- ps: Install-Product node $env:nodejs_version
1117
- git config --global credential.helper store
1218
- ps: ac "$env:USERPROFILE\.git-credentials" "https://$($env:github_access_token):[email protected]`n"
@@ -25,6 +31,6 @@ test: off
2531
on_success:
2632
- git clone -q --branch=%target_branch% %content_repo% %TEMP%\Azure
2733
- cd %TEMP%\Azure
28-
- ps: ls c:\projects\_output -dir | % { copy $_.FullName (ls -dir | select -First 1) -Recurse -Force }
34+
- ps: ls c:\projects\_output -dir | % { copy $_.FullName . -Recurse -Force }
2935
- git add -A
3036
- git diff --quiet --exit-code --cached || git commit -m "Sync docs from source code repo to content repo." && git push origin %target_branch% && appveyor AddMessage "Content Updated"

0 commit comments

Comments
 (0)