Artemis icon indicating copy to clipboard operation
Artemis copied to clipboard

BUILD ERROR: no VCS Provider used + Git not detected using Win10 Powershell

Open grillgamesh opened this issue 2 years ago • 0 comments

PS C:\Users\ADMIN\Documents\Artemis2\Artemis-master> dotnet build .\src\Artemis.sln
Microsoft (R) Build Engine version 17.2.0+41abc5629 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

  Determining projects to restore...
  All projects are up-to-date for restore.
  Artemis.Storage -> C:\Users\ADMIN\Documents\Artemis2\Artemis-master\src\Artemis.Storage\bin\x64\Debug\net5.0\Artemis.
  Storage.dll
C:\Users\ADMIN\.nuget\packages\unclassified.netrevisiontask\0.4.1\build\Unclassified.NetRevisionTask.targets(29,5): war
ning : No VCS provider used, using dummy revision data. [C:\Users\ADMIN\Documents\Artemis2\Artemis-master\src\Artemis.C
ore\Artemis.Core.csproj]
C:\Users\ADMIN\.nuget\packages\unclassified.netrevisiontask\0.4.1\build\Unclassified.NetRevisionTask.targets(29,5): err
or : The required version control system "git" is not available or not used in the project directory. [C:\Users\ADMIN\D
ocuments\Artemis2\Artemis-master\src\Artemis.Core\Artemis.Core.csproj]

Build FAILED.

C:\Users\ADMIN\.nuget\packages\unclassified.netrevisiontask\0.4.1\build\Unclassified.NetRevisionTask.targets(29,5): war
ning : No VCS provider used, using dummy revision data. [C:\Users\ADMIN\Documents\Artemis2\Artemis-master\src\Artemis.C
ore\Artemis.Core.csproj]
C:\Users\ADMIN\.nuget\packages\unclassified.netrevisiontask\0.4.1\build\Unclassified.NetRevisionTask.targets(29,5): err
or : The required version control system "git" is not available or not used in the project directory. [C:\Users\ADMIN\D
ocuments\Artemis2\Artemis-master\src\Artemis.Core\Artemis.Core.csproj]
    1 Warning(s)
    1 Error(s)

Installed git from git-scm.com, latest release for both Artemis and Git.

Rebooted machine, checked PATH. No dice on solution. Perhaps it has something to do with the file structure of windows?

grillgamesh avatar Jun 21 '22 03:06 grillgamesh