You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm always frustrated when I have to do a task to access GitVersion_EscapedBranchName in my project's build.
Detailed Description
After GitVersionTask run, property GitVersion_EscapedBranchName should be created.
Context
Currently, I copy-and-pasted the GetVersion task with only one Output and parameter EscapedBranchName.
This Improvement would reduce "secret" GitVersion knowledge needed in my build process.
I think others may like to use the new property too - it's great!
Possible Implementation
1 line to add to after here copy-and-pasted with BranchName replaced with EscapedBranchName.
The text was updated successfully, but these errors were encountered:
I'm always frustrated when I have to do a task to access GitVersion_EscapedBranchName in my project's build.
Detailed Description
After GitVersionTask run, property GitVersion_EscapedBranchName should be created.
Context
Currently, I copy-and-pasted the
GetVersion
task with only oneOutput
and parameterEscapedBranchName
.This Improvement would reduce "secret" GitVersion knowledge needed in my build process.
I think others may like to use the new property too - it's great!
Possible Implementation
1 line to add to after here copy-and-pasted with
BranchName
replaced withEscapedBranchName
.The text was updated successfully, but these errors were encountered: