Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 tfs 2012 中设置了一个自动构建。当我发布我的 asp.net 应用程序时,它得到了很好的部署。我可以以某种方式导入/使用要在我的构建过程模板中使用的发布配置文件(.pubxml 文件)吗?
我在我的模板中得到了这个:
在您的构建模板的流程部分中,转到 msbuild 参数部分并提供以下内容
/p:DeployOnBuild=true;PublishProfile=local;AllowUntrustedCertificate=true;UserName=myuser;Password=mypw