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 am not greatly familiar with msbuild and TFS, I am trying to use GitInfo semver variables when tagging my builds/releases in TFS. But they're not being resolved. Build runs successfully, just name tagging doesn't work correctly.
Do I need to expose $(GitSemVerMajor) etc as my own variables in .csproj?
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
A diagnostics or detailed build log will show you is the properties are
being populated.
As to how to "tag" your source, the readme shows how to do it in C# and VB.
Otherwise, MSBuild props can be used directly when running other tools.
Hi,
I am not greatly familiar with msbuild and TFS, I am trying to use GitInfo semver variables when tagging my builds/releases in TFS. But they're not being resolved. Build runs successfully, just name tagging doesn't work correctly.
Do I need to expose $(GitSemVerMajor) etc as my own variables in .csproj?
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: