Skip to content

Commit 9fc1771

Browse files
authored
Update the folder to copy markdown help files
1 parent ceae4d1 commit 9fc1771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ test: off
3131
on_success:
3232
- git clone -q --branch=%target_branch% %content_repo% %TEMP%\Azure
3333
- cd %TEMP%\Azure
34-
- 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 }
3535
- git add -A
3636
- 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)