Skip to content

Commit 3bf238e

Browse files
committed
retain .gdn files during auto sync
1 parent a69c0ef commit 3bf238e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OneBranchPipelines/github-ado-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
git config user.name "ADO Sync Bot"
6767
6868
git fetch github main
69-
git rm -rf .
70-
git checkout github/main -- .
69+
git rm -rf . -- :!.gdn
70+
git checkout github/main -- . :!.gdn
7171
echo timestamp.txt >> .git\info\exclude
7272
echo branchname.txt >> .git\info\exclude
7373
git diff --cached --quiet

0 commit comments

Comments
 (0)