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
When I attempt to build the project, I am getting the following error (split in 2 lines for the ease of reading):
C:\Users\kkm\.nuget\packages\microsoft.build.tasks.git\1.0.0-beta2-18618-05\build\Microsoft.Build.Tasks.Git.targets(28,5):
error : '+refs/heads/package-*:refs/remotes/origin/package-*' is not a valid refspec.
Naturally, when I disable the last fetch line in the above snippet, build succeeds.
Git does not object to this refspec, and the version I have is not quite even the latest; in fact, the configuration has been there for a very long time. The Microsoft.Build.Tasks.Git may have been updated upstream, though (I just came back to work on this project after a few month long hiatus).
I hope I've provided enough info, but please @ me if more is required!
The text was updated successfully, but these errors were encountered:
Both net45 and netstandard1.3 targets behave identically.
I have the following fragment in .git/config setting up fetched branches from remotes:
When I attempt to build the project, I am getting the following error (split in 2 lines for the ease of reading):
Naturally, when I disable the last
fetch
line in the above snippet, build succeeds.Git does not object to this refspec, and the version I have is not quite even the latest; in fact, the configuration has been there for a very long time. The Microsoft.Build.Tasks.Git may have been updated upstream, though (I just came back to work on this project after a few month long hiatus).
I hope I've provided enough info, but please @ me if more is required!
The text was updated successfully, but these errors were encountered: