本文介绍了ASP.NET核心编译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法使用TFS2012编译ASP.Net核心项目?

Is there a way to use TFS2012 to compile a ASP.Net Core project?

推荐答案

您可以创建自己的构建模板,它只调用.NET Core编译器,或者您可以使用基于MSBUILD的模板,或者您可以将标准模板与pseude / empty解决方案一起使用,并使用MSBUILD命令&参考。

you can create your own build template which does only call .NET Core compiler or you can use a MSBUILD based template or you can use the standard template with a pseude/empty solution and start the compilation using MSBUILD command & arguments.

您可以查看Wiki文章
使用TFS 2013.4构建服务器构建ASP.NET Core 1.0
并修改TFS 2012的步骤。

you could look at the Wiki article Build ASP.NET Core 1.0 with TFS 2013.4 Build Server and modify the steps for TFS 2012.


这篇关于ASP.NET核心编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-05 23:40
查看更多