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
@zvonimir While trying to build the solution AddOns\AngelicVerifierNull\AngelicVerifierNull.sln, I am getting the following warnings for each of the boogie projects:
1>C:\Users\akashl\.nuget\packages\gitversiontask\5.1.2\build\GitVersionTask.targets(10,9): warning : It looks like the branch being examined is a detached Head pointing to commit '8448ac1'. Without a proper branch name GitVersion cannot determine the build version.
I've seen some recent gitversion chatter on Boogie. Any idea how to fix this warning?
The text was updated successfully, but these errors were encountered:
Actually, when I try this I get the following error:
/usr/share/dotnet/sdk/3.1.201/NuGet.targets(270,5): error MSB3202: The project file "/home/zvonimir/projects/corral/boogie/Source/Doomed/Doomed.csproj" was not found. [/home/zvonimir/projects/corral/AddOns/AngelicVerifierNull/AngelicVerifierNull.sln]
Did you maybe fix this but you did not push?
Related to the warning you are getting, have you executed this beforehand:
@zvonimir While trying to build the solution
AddOns\AngelicVerifierNull\AngelicVerifierNull.sln
, I am getting the following warnings for each of the boogie projects:I've seen some recent gitversion chatter on Boogie. Any idea how to fix this warning?
The text was updated successfully, but these errors were encountered: