nuget pack error make sure that project has been built code example
Example: Error NU5012: Unable to find bin\Release dll Make sure the project has been built.
dotnet build MyProject.csproj -c Release
dotnet pack MyProject.csproj -c Release
dotnet build MyProject.csproj -c Release
dotnet pack MyProject.csproj -c Release