File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ package_pack_-_inputsystem:
1616 - command : 7z x -aoa wrench-localapv.zip
1717 - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
1818 - command : python PythonScripts/print_machine_info.py
19- - command : move /Y .\ Assets\ Samples .\ Packages\ com.unity.inputsystem
20- - command : move /Y .\ Assets\ Samples.meta .\ Packages\ com.unity.inputsystem
19+ - command : mv /Y ./ Assets/ Samples ./ Packages/ com.unity.inputsystem
20+ - command : mv /Y ./ Assets/ Samples.meta ./ Packages/ com.unity.inputsystem
2121 - command : upm-ci package pack --package-path Packages/com.unity.inputsystem
2222 - command : cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.inputsystem_packages.json
2323 after :
Original file line number Diff line number Diff line change 55 "com.unity.inputsystem" : {
66 "directory" : " Packages/com.unity.inputsystem/" ,
77 "prePackCommands" : [
8- " move /Y .\\ Assets\\ Samples .\\ Packages\\ com.unity.inputsystem" ,
9- " move /Y .\\ Assets\\ Samples.meta .\\ Packages\\ com.unity.inputsystem"
8+ " mv /Y ./ Assets/ Samples ./ Packages/ com.unity.inputsystem" ,
9+ " mv /Y ./ Assets/ Samples.meta ./ Packages/ com.unity.inputsystem"
1010 ],
1111 "preTestCommands" : {
1212 "MacOS" : [],
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ public class InputSystemSettings : AnnotatedSettingsBase
2424 {
2525 // We keep the samples in Assets/ as they otherwise won't get imported and you can't
2626 // really work with them. Move them into the package for when we pack the package.
27- new Command ( "move /Y .\\ Assets\\ Samples .\\ Packages\\ com.unity.inputsystem" ) ,
28- new Command ( "move /Y .\\ Assets\\ Samples.meta .\\ Packages\\ com.unity.inputsystem" ) ,
27+ new Command ( "mv /Y ./ Assets/ Samples ./ Packages/ com.unity.inputsystem" ) ,
28+ new Command ( "mv /Y ./ Assets/ Samples.meta ./ Packages/ com.unity.inputsystem" ) ,
2929 }
3030 }
3131 }
You can’t perform that action at this time.
0 commit comments