Generating solution for project building
Hello,
I am currently trying to create a CI/CD that build our unity prioject each time we merge our branch to master for example. Today we can build the solution from unity build settings but we need the option "create visual studio solution" as some of our post process script (that use IPostprocessBuildWithReport to launch after unity finished to generate the solution) need the solution.
I found the possibility to run a pipeline from commandline using the -executeMethod and run a custom script. But I didn't find anywhere where to generate a visual studio solution for the build, whether it is by the BuildPlayerOptions or by UnityEditor.SyncVS.SyncSolution (which only create the unity editor solution)
So my question is it is possible to generate the visual studio solution to build projects ? If yes how can I achieve it ?
Regards,
Nicolas
Your answer
Follow this Question
Related Questions
Jenkins build not installing scenes 1 Answer
Why Addressables increases build size drastically? 0 Answers
How to Maintain Two Related Builds or versions of the same application 0 Answers
Some Functions Not Working After Android Build 0 Answers
The unity, why change the old (standalone) builds settings. 0 Answers