Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

msbuild with p:RunOctoPack missing files

$
0
0

DLLs are missing when I package using MSBuild.msbuild ./MyProject.vbproj /p:RunOctoPack=true /p:OctoPackEnforceAddingFiles=true

There are no missing files if I use octo pack directlyocto pack --id="testing" --format="zip" --version="3.3.3" --basepath="MyProject\bin\debug"

Both of these commands work on the same folder, and I have verified the files exist in that folder.

The missing files are from the ActivePDF nuget package. The files are created in the bin/debug folder during the build process.

From MS Build:Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET FrameworkOctoPack: OctoPack version: 3.6.4.0For Octo pack directly.".octopack/octo" version 4.42.2

Msbuild uses an octo nuget package and there is no version 4.x.

My nuspec is trivial:MyProjectMyProject Title0.1.0Dev TeamMehttp://temp.abchttp://temp.abcfalseMyProject


Viewing all articles
Browse latest Browse all 3067

Trending Articles