You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DnnPackager msbuild targets (the msbuild logic that handles producing install zip when you build) are only enabled by default for Debug and Release builds, if you create a new msbuild configuration then DnnPackager build targets do not run automatically. To make DnnPackager run you currently have to set the msbuild propery:
DnnPackager msbuild targets (the msbuild logic that handles producing install zip when you build) are only enabled by default for Debug and Release builds, if you create a new msbuild configuration then DnnPackager build targets do not run automatically. To make DnnPackager run you currently have to set the msbuild propery:
RunDnnPackager
This will catch people out. Change it so that DnnPackager always runs by default, but people can instead disable it if they want to.
The text was updated successfully, but these errors were encountered: