Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 55db2d7

Browse files
Getting the right xcopy commands in place for building while running
1 parent de54476 commit 55db2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ call common\nuget.exe restore GitHub.Unity.sln
2727
echo xbuild GitHub.Unity.sln /verbosity:normal /property:Configuration=%Configuration% /target:%Target%
2828
call xbuild GitHub.Unity.sln /verbosity:normal /property:Configuration=%Configuration% /target:%Target%
2929

30-
echo xcopy /Y /Q unity\PackageProject\Assets\Editor\GitHub ..\github-unity-test\GitHubExtensionProject\Assets\Editor
31-
call xcopy /Y /Q unity\PackageProject\Assets\Editor\GitHub ..\github-unity-test\GitHubExtensionProject\Assets\Editor
30+
echo xcopy /C /H /R /S /Y /Q unity\PackageProject\Assets\Editor\GitHub ..\github-unity-test\GitHubExtensionProject\Assets\Editor
31+
call xcopy /C /H /R /S /Y /Q unity\PackageProject\Assets\Editor\GitHub ..\github-unity-test\GitHubExtensionProject\Assets\Editor
3232

3333
del /Q unity\PackageProject\Assets\Editor\GitHub\deleteme*
3434
del /Q unity\PackageProject\Assets\Editor\GitHub\deleteme*

0 commit comments

Comments
 (0)