File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ clone_folder : c:\ps
12branches :
23 only :
34 - master
@@ -7,6 +8,11 @@ environment:
78 secure : VMFbecLLHzDq/09YDPbcM0VDDSwwgY57vr5GXK6cZZ4Ti/Xs5RZoylzV8MMr1350
89
910before_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
2531on_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"
You can’t perform that action at this time.
0 commit comments