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
1
2
branches :
2
3
only :
3
4
- master
@@ -7,6 +8,11 @@ environment:
7
8
secure : VMFbecLLHzDq/09YDPbcM0VDDSwwgY57vr5GXK6cZZ4Ti/Xs5RZoylzV8MMr1350
8
9
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
10
16
- ps : Install-Product node $env:nodejs_version
11
17
- git config --global credential.helper store
12
18
-
ps :
ac "$env:USERPROFILE\.git-credentials" "https://$($env:github_access_token):[email protected] `n"
@@ -25,6 +31,6 @@ test: off
25
31
on_success :
26
32
- git clone -q --branch=%target_branch% %content_repo% %TEMP%\Azure
27
33
- 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 }
29
35
- git add -A
30
36
- 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