CruiseControl.net中的空格场分裂路径
我使用该字段在 CC.NET 中定义路径,但该路径中有空格。 我在 robocopy 任务中使用该定义。但是,当我在 Cruisecontrol.net 中运行 robocopy 命令时,路径 C:\my items 被解释为 C:\my。
我该如何解决这个问题? 谢谢。
I'm using the field to define a path within CC.NET, but the path has spaces in it.
I use the definition within a robocopy task. However when I run the robocopy command in cruisecontrol.net, the path C:\my projects is being interpreted as C:\my.
How can I get around this problem?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您正在使用预处理器文本常量,它应该是这样的:
作为替代方案,您可以在将预处理器常量传递给 Robocopy 任务时使用引号:
Assuming you are using preprocessor text constants it should be something like this:
As an alternative you could use quotation when you pass your preprocessor constant to the Robocopy task: