如何在 msbuild 中进行循环以增加变量值?
我想增加值 N,其中 n E {1...5}。如何使用 msbuild 增加 N 的值。因为我想执行相同的操作 5 次。
那么我可以在 ms build 中循环吗?请帮我解决这个问题
i want to increment value N where n E {1...5}.how can increment value of N using msbuild.because i want to do same operation 5 times.
so can i do looping in ms build ?please help me to solve this problem
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以这样做:
You can do it this way: