Build Runner.NET with MSbuild
Completed
Previously when we had MSbuild runner, we had an option to select the Run Platform. Here we could select the 32bit or 64 bit of MSbuild.
Now when we have moved to .NET with MSbuild, we do not see the option Run Platform. Though there is option called Run time it is not helping much.
So could you please let me know how to select 32bit or 64 bit of msbuild in the build ruuner .NET wth MSbuild.
Thanks,
T. Sandeep.
Please sign in to leave a comment.
Hi,
In TeamCity 2020.2 and newer, the default bit depth for MSBuild in .NET runner is 32-bit. Since the same version, you can swap to 64-bit, use this configuration parameter in the build configuration settings or in a parent project settings (related issue: TW-67397):
Additionally, please follow this request for the updates on the UI support: TW-69138
Cheers,
-Anatoly