控制 Web/MSDeploy 发布的内容:PDF 文件?
我正在使用 VS2010 和 WebDeploy(MSDeploy) 自动将 ASP.NET 网站发布到公共服务器。问题是它不发布 .PDF 文件。它们似乎被忽略了,可能是作为构建工件或不可发布的内容。如何更改部署中包含的文件扩展名或文件夹列表?
I'm using VS2010 and WebDeploy(MSDeploy) to automate publishing an ASP.NET web-site to the public server. The problem is it doesn't publish .PDF files. They seem to be ignored, maybe as a build artifact, or non-publishable content. How can I change the list of file extensions or folders that are included in the deploy?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设 PDF 文件包含在 Visual Studio 中。在解决方案资源管理器中右键单击该文件 ->单击属性。将构建操作设置为“内容”。然后 Web Deploy 将拾取它。
I assume the PDF files are included in Visual Studio. Right-click the file in Solution Explorer -> click Properties. Set Build Action to "Content". Then Web Deploy will pick it up.