DnnPackager is not using the intermediate output directory (/obj/ folder) for its packaging location, instead its doing it directly in the project dir. This means it leaves the zip file there. The zip file is not produced in your bin/debug or bin/release directpry (output dir) as you'd expect either.
DnnPackager is not using the intermediate output directory (/obj/ folder) for its packaging location, instead its doing it directly in the project dir. This means it leaves the zip file there. The zip file is not produced in your bin/debug or bin/release directpry (output dir) as you'd expect either.