visual studio 2015 - What is needed to run Roslyn on Teamcity? -
with visual studio 2015 having been released yesterday dev team interested in upgrading , using new c# 6.0 features , have msdn possible.
however worried our teamcity builds fail without performing work upgrade build agents.
so has gone through process yet, or know needed?
edit: did research teamcity , noticed on what's new page version 9.0 , 9.1 adds support vs 2015, cover needed? , since running teamcity 8.0 there way add roslyn support without upgrading?
you can install either microsoft build tools 2015, or else install microsoft.net.compilers, nuget package in project use roslyn compilers.
Comments
Post a Comment