如何在 Visual Studio 中设置路径环境变量?
我在构建后步骤中使用 ILMerge。
出于互操作性的原因,我想使用 ILMerge 相对路径。
如何设置可从构建后步骤访问的 path 环境变量?
I'm using ILMerge in my post build step.
For interoperability reason I would like use ILMerge relative path.
How can I set the path environment variable accessible from my post build step?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认的 ILMerge 安装路径与任何内容都不相关。如果您想将其添加到 PATH 环境变量中,请在构建后事件中写入以下内容:
The default ILMerge install path isn't relative to anything. If you want to add it to the PATH environment variable then write this in your postbuild event: