有没有办法让 VS2010 的 devenv.exe /out 开关替换现有的日志文件?

发布于 2024-11-18 01:22:40 字数 126 浏览 4 评论 0原文

使用 Visual Studio 2010 devenv 命令行进行构建时,/out 开关将追加到文件(如果存在)。

有没有办法强制它覆盖文件内容?

我试图避免在自动构建之前需要额外的预构建步骤来删除文件。

When building using the Visual Studio 2010 devenv command line, the /out switch will append to the file if it exists.

Is there a way to force it to overwrite the file contents instead?

I'm trying to avoid needing an additional pre-build step to delete the file before automated builds.

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

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

发布评论

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

评论(2

天气好吗我好吗 2024-11-25 01:22:40

我遇到了一些问题,但官方 MS 文档没有提供解决方案。所以我想你的问题的答案是否定的。

为什么要避免预构建步骤?

I had the some problem, but the official MS documentation does not offer a solution for this. So I guess the answer to your question would be no.

Why do you want to avoid a pre-build step?

梦情居士 2024-11-25 01:22:40

您是否尝试过/Rebuild

Have you tried /Rebuild instead?

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