Creating a file with build number and branch name

2020-04-13 14:56发布

There is not an enourmous amount of deployment control where I work at the moment. And while there is a long term plan to create a build script that deals with deployment at the moment we are just publishing our solutions and then copying them to the servers.

It would be very useful to have a text file or soemthing similar that would contain the revision number and branch name to serve as a log of which version is currently running on the live system.

Is it possible to do this using either SVN hooks or a simple post build script in visual studio?

7条回答
Root(大扎)
2楼-- · 2020-04-13 15:54

On Windows you have Subwcrev.

查看更多
登录 后发表回答