Error the process cannot access the file because it is being used by another process while building project by CLI on .NET Core

后端 未结 8 1305
一个人的身影
一个人的身影 2021-01-11 23:56

I got following error while running dotnet build command on my .NET Core project.

C:\\Program Files\\dotnet\\sdk\\2.1.2\\Microsoft.Common.Curre         


        
8条回答
  •  萌比男神i
    2021-01-12 00:32

    Most likely an open .Net core process running and blocking, if on windows, just kill it through the task manager.

提交回复
热议问题