I need to reach the output from the "git describe" command to get the revision number from last tag (which my build script is going to put into assembly versions).
How can I do this?
AFAIK git plugin is only supported in "checked on server" mode which doesn't let me perform any git-related operations from the build script.
What can I do?
Thanks for any advices.
Lukasz
Lukasz,
Seems you have already found issue that regards to you request: http://youtrack.jetbrains.net/issue/TW-10741