Nuget Pack -OutputDirectory Foo will fail if Foo doesn't exist, instead of calling Directory.CreateDirectory() on that folder to make sure it exists.
It should silently create the directory if it doesn't exist.
Comments: is this still an issue in 2.7? i get this error if the -OutputDirectory doesn't exist: Could not find a part of the path 'D:\<mypath>\<id>.nupkg'.
It should silently create the directory if it doesn't exist.
Comments: is this still an issue in 2.7? i get this error if the -OutputDirectory doesn't exist: Could not find a part of the path 'D:\<mypath>\<id>.nupkg'.