提问人:David Gardiner 提问时间:6/26/2015 更新时间:6/26/2015 访问量:64
在解决方案中禁用特定 Web 项目的 MSBuild WPP
Disable MSBuild WPP for a specific web project in a solution
问:
我有一个 Visual Studio 解决方案,其中包含许多项目,其中两个项目配置为 Web 应用程序。
项目 A 用作类库,但它包含 TypeScript 文件。为了将.ts文件编译成.js文件,更新了 .csproj 文件,以便导入 Microsoft.WebApplication.targets 以及 Microsoft.TypeScript.targets。(生成的 .js 文件配置为“嵌入式资源”)。
项目 B 是一个常规的 Web 应用程序,引用项目 A。
编译会导致在两个项目上调用 Web 发布管道(打包内容)。msbuild /p:DeployOnBuild=true
有没有办法防止(或最小化)在项目 A 上运行的 WPP?
答: 暂无答案
评论