Error NU5012 - nuget pack unable to find path (/bin/release/MyProject/bin/release)
问题 I'm trying to update my nuget package by running the command nuget pack -properties Configuration=Release but this gives me the following error: Unable to find 'bin/Release/{project-name}/bin/Release'. Mae sure the project has been built I'm not quite sure why it goes to my Release folder and then continues to go down to another Release folder as this doesn't exist? I'm quite lost here, and I'm not sure what to do. 回答1: TL;DR For the new <Project Sdk="Microsoft.NET.Sdk"> .csproj file format,