EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
143 stars 37 forks source link

Workaround For Issue w/ dotnet tool restore #201

Closed thefringeninja closed 2 years ago

thefringeninja commented 2 years ago

There is an open issue with dotnet tool restore, resulting in

/usr/share/dotnet/sdk/6.0.200/NuGet.targets(564,5): error : The process cannot access the file '/home/runner/.nuget/NuGet/nugetorgadd.trk' because it is being used by another process. [/tmp/w5mpvqp3.lzr/restore.csproj]

when trying to publish. Applying the workaround in the above mentioned issue.