File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 ln -s ../../Packages ${Sample} Packages
66 cp ExternalSampleProjects/ExternalSamplesUtility.cs ${Sample} Assets/ExternalSamplesUtility/Editor/
77 cp -r ${Sample} ProjectSettings ${Sample} ProjectSettingsBackup
8- ${Editor} -batchmode -projectPath $Sample -executeMethod ExternalSamplesUtility.${Method} -logFile upm-ci~/${Sample} Editor.log
8+ ${Editor} -accept-apiupdate - batchmode -projectPath $Sample -executeMethod ExternalSamplesUtility.${Method} -logFile upm-ci~/${Sample} Editor.log
99 status=$?
1010 echo Editor returned $status
1111 rm ${Sample} Assets/ExternalSamplesUtility/Editor/ExternalSamplesUtility.cs
12- rm ${Sample} Packages
13- rm -r ${Sample} ProjectSettings
12+ rm -rf ${Sample} Packages
13+ rm -rf ${Sample} ProjectSettings
1414 mv ${Sample} ProjectSettingsBackup ${Sample} ProjectSettings
1515 if [ $? -eq $status ]; then
1616 echo Ok
You can’t perform that action at this time.
0 commit comments