Why is env.MSBuildEmitSolution is setted by TeamCity ?
Hi,
When i use an msbuild as a step and run the build, i see that the property env.MSBuildEmitSolution is setted to 1.
Why TeamCity set this env variable to 1 ?
And how i can disable it ?
Thanks a lot :)
Please sign in to leave a comment.
Hi Omega Khalil
Unfortunately, it is not possible to override value now.
If you want to disable the generation of wrapping project you could set the configuration parameter "teamcity.msbuild.generateWrappingScript" to "false" for build configuration.