C# 6.0 TFS Builds

前端 未结 3 581
我寻月下人不归
我寻月下人不归 2020-12-01 16:40

I\'m trialing the new features of C# 6.0 within Visual Studio 2015 CTP and my project is failing to build in TFS 2013 and Visual Studio Online.

I understand that Vis

3条回答
  •  没有蜡笔的小新
    2020-12-01 17:03

    If you create an Azure VM with Server 2012 r2 and install Visual Studio 2015 CTP and TFS 2013 Build you can connect it to VSO.

    You should then be able to complete your build and it will automatically use the new compiler.

    While you can just install the compilers there is more to building than just compiling. You will likely very quickly need other features of Visual Studio, like Unit Testing, to execute as part of your build. Your build agent should reflect your developer standard workstation. If your Devs need it then the agent likley needs it.

    Note: Visual Studio is licensed to individuals and not by machine. There is no license needed to run it on a build agent. Indeed as long as you have a single licence registered to your or of a particular level, say Ultimate, then you can install that on every build server.

提交回复
热议问题