msdeploy 忽略 .hgignore

发布于 2024-11-17 04:14:09 字数 176 浏览 2 评论 0原文

有什么方法可以告诉 Visual Studio 2010 MSDeploy 忽略项目中的某些文件和文件夹吗?目前,我所做的方法是将某些内容从项目中排除,这样它们就不会被部署。

正如 Mercurial 所做的那样,像 .hgignore 这样的文件在这里会很棒。

is there any way that we can tell visual Studio 2010 MSDeploy to ignore some of the files and folders withing the project? currently, the way I do is to exclude things from the project so that they won't be deployed.

as mercurial does, a file like .hgignore would be great here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故人如初 2024-11-24 04:14:09

您可以使用命令行参数 -skip 来完成此操作。

对于目录:

-skip:objectName=dirPath,absolutePath=REGEX

对于文件:

-skip:objectName=filePath,absolutePath=REGEX

希望这有帮助。

You can do this by using the command line parameter -skip.

For directories:

-skip:objectName=dirPath,absolutePath=REGEX

For files:

-skip:objectName=filePath,absolutePath=REGEX

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文