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 have a project that does not use GitVersioning itself, but submodules a project that uses GitVersioning. Using 3.4.190, it fails with an internal error "No git repo found here":
error MSB4018: The "Nerdbank.GitVersioning.Tasks.GetBuildVersion" task failed unexpectedly.
error MSB4018: System.ArgumentException: No git repo found here. (Parameter 'workingDirectory')
error MSB4018: at Nerdbank.GitVersioning.Managed.ManagedGitContext..ctor(String workingDirectory, String dotGitPath, String committish)
error MSB4018: at Nerdbank.GitVersioning.GitContext.Create(String path, String committish, Boolean writable)
error MSB4018: at Nerdbank.GitVersioning.Tasks.GetBuildVersion.ExecuteInner()
I found that 3.3.37 works fine, so I used that and created a GitHub Action PR demonstrating that 3.3.37->3.4.190 upgrade breaks:
I have a project that does not use GitVersioning itself, but submodules a project that uses GitVersioning. Using 3.4.190, it fails with an internal error "No git repo found here":
I found that 3.3.37 works fine, so I used that and created a GitHub Action PR demonstrating that 3.3.37->3.4.190 upgrade breaks:
https://github.com/mhutch/MonoDevelop.Xml/actions/runs/724957601
The text was updated successfully, but these errors were encountered: