To be able to perform SVN commit at the end of your build, you should use VCS checkout on agent mode when specifying version control settings. In your build script, you build NSIS project first, and add a command to commit your .exe back to repository.
Hello,
To be able to perform SVN commit at the end of your build, you should use VCS checkout on agent mode when specifying version control settings.
In your build script, you build NSIS project first, and add a command to commit your .exe back to repository.
Regards,
KIR