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.
我正在使用 Team City 和 Web Deploy 来构建和部署 ASP.NET Web 应用程序。
我配置了 DEV.pubxml 和 QA.pubxml 发布配置文件。
我想publishUrl通过 Team City 覆盖这些文件中的属性,以便我的每个 Team City 构建配置都可以部署到我的 Web 服务器上的不同位置。
publishUrl
看起来这不是要覆盖的正确属性,而是您想要 PublishDir。请参阅此对另一个 SO 线程的响应。