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
The project rebuilds with a new version (based on git status).
Exception with Stack Trace
No exception but the project is marked as up-to-date and doesn't rebuild.
Version Info
GitInfo-3.3.1
Additional Info
I found #186 as a similar issue but that seems to deal with switching HEAD rather than moving HEAD forward by committing. (The .git\HEAD file only changes when the branch name/checked out commit changes)
I've got a workaround by adding the git log for HEAD to the MSBuild up-to-date inputs as that file seems to reliably change on commit.
Describe the Bug
Projects don't rebuild following a commit to the current git branch.
Steps to Reproduce
Using this as our property sheet:
Expected Behavior
The project rebuilds with a new version (based on git status).
Exception with Stack Trace
No exception but the project is marked as up-to-date and doesn't rebuild.
Version Info
GitInfo-3.3.1
Additional Info
I found #186 as a similar issue but that seems to deal with switching HEAD rather than moving HEAD forward by committing. (The .git\HEAD file only changes when the branch name/checked out commit changes)
I've got a workaround by adding the git log for HEAD to the MSBuild up-to-date inputs as that file seems to reliably change on commit.
Thanks :)
The text was updated successfully, but these errors were encountered: