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 upgrading a project from .NET v6 to v7. I've updated all my references to v7, and I updated cake to v3.0.0.
When I run git status on the repo, I get working tree clean. But when my cake frosting runs, Context.GitHasUncommitedChanges(repo) returns true - which is incorrect.
Did someone else get this error, or know what could cause it?
The text was updated successfully, but these errors were encountered:
I'm upgrading a project from .NET v6 to v7. I've updated all my references to v7, and I updated cake to v3.0.0.
When I run
git status
on the repo, I getworking tree clean
. But when my cake frosting runs,Context.GitHasUncommitedChanges(repo)
returnstrue
- which is incorrect.Did someone else get this error, or know what could cause it?
The text was updated successfully, but these errors were encountered: