As we promised, we continue the configuration parameters story started in the previous post. Today, I'd like to tell you about .NET related properties.
TeamCity .NET plugins provide a bunch of predefined properties indicating that .NET Framework/SDK/Visual Studio/Mono are detected on build agent. Previously you could refer to these properties as to system properties. Now we've changed it.
We decided to turn all these properties into configuration parameters, and therefore we've converted all refernces to such properties detected in TeamCity to keep builds running. However, it's not possible t
Changing .NET properties
by