I have a post-build to push the build nupkg up to my private feed, but when I build in Release no nupkg is created and so the push fails.
In debug configuration the nupkg is built to \bin\Debug
In release configuration the nupkg is missing from \bin\release
I have a post-build to push the build nupkg up to my private feed, but when I build in Release no nupkg is created and so the push fails.
In debug configuration the nupkg is built to \bin\Debug
In release configuration the nupkg is missing from \bin\release