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
Describe the bug
Previously, I could dotnet build ... on my machine without any problems. Now when I try I get the following error:
---> Generating Git Hash file Before Build
'git' is not recognized as an internal or external command,
operable program or batch file.
C:\...\src\Nethermind\Nethermind.Runner\Nethermind.Runner.csproj(119,5): error MSB3073: The command "git describe --tags --long --always > git-hash" exited with code 9009.
Expected behavior
I don't need any tooling besides dotnet to build.
Desktop (please complete the following information):
OS: Windows
Version: 1.12.8
Additional context
While I do have git installed, I don't have it on my path because I never use it from the CLI, I always use it from higher level tooling.
The text was updated successfully, but these errors were encountered:
Describe the bug
Previously, I could
dotnet build ...
on my machine without any problems. Now when I try I get the following error:To Reproduce
Steps to reproduce the behavior:
cd src/Nethermind
dotnet build --configuration Release Nethermind.sln
Expected behavior
I don't need any tooling besides
dotnet
to build.Desktop (please complete the following information):
1.12.8
Additional context
While I do have
git
installed, I don't have it on my path because I never use it from the CLI, I always use it from higher level tooling.The text was updated successfully, but these errors were encountered: