We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056b785 commit eb9557eCopy full SHA for eb9557e
CopySrc2Test
@@ -8,6 +8,7 @@ find ./Engine.Editor/ -name '*.meta' -type f | xargs rm -f
8
find ./Engine.View/ -name '*.meta' -type f | xargs rm -f
9
find ./Engine.LockstepEngine/ -name '*.meta' -type f | xargs rm -f
10
rm -rf ./Test.Unity/Assets/*
11
+mkdir -p ./Test.Unity/Assets/
12
cp -rf ./Engine.Editor ./Test.Unity/Assets/
13
cp -rf ./Engine.View ./Test.Unity/Assets/
14
cp -rf ./Engine.LockstepEngine ./Test.Unity/Assets/
0 commit comments