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 ceae4d1 commit 9fc1771Copy full SHA for 9fc1771
appveyor.yml
@@ -31,6 +31,6 @@ test: off
31
on_success:
32
- git clone -q --branch=%target_branch% %content_repo% %TEMP%\Azure
33
- cd %TEMP%\Azure
34
- - ps: ls c:\projects\_output -dir | % { copy $_.FullName (ls -dir | select -First 1) -Recurse -Force }
+ - ps: ls c:\projects\_output -dir | % { copy $_.FullName . -Recurse -Force }
35
- git add -A
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"
0 commit comments