Installed OctoPack3.4.6 from PackageManager. OctoPack is not triggered during msbuild.
Followed online doc and video. checked csproj file and no ‘import’ exists. Tried uninstalling/reinstalling OctoPack nuget several times.
msbuild testmvc.sln /t:Build /p:RunOctoPack=true /p:Configuration=Release
Thanks for reaching out! Could you send me your full build log and screenshots of the projects that OctoPack was added to? That’ll give us a detailed look into why OctoPack isn’t getting triggered as expected.
When you install OctoPack are there any errors reported in the Package Manager Console? I’ve tried installing OctoPack3.4.6 and it is working as expected for me.
Could you tell me what kind of project you are trying to install it into? Is it just a plain old MVC website project?