开发者

Can MSBuild run regex on my config files?

开发者 https://www.devze.com 2023-01-09 16:58 出处:网络
MSBuild generates a configuration file for me. I would then like to replace certain s开发者_StackOverflow中文版trings

MSBuild generates a configuration file for me. I would then like to replace certain s开发者_StackOverflow中文版trings in the file. Is this possible?

Also, I use Visual Studio as well to build my project. Can I do the same thing from Visual Studio?

Thanks!


Yes it can. Here is an opensource library from MSBuildTasks that has a RegEx replace task in it that can be executed when a project is built. I use it to handle the versioning of assemblies.

0

精彩评论

暂无评论...
验证码 换一张
取 消