Testing has caught a problem introduced by the latest merge from development branch. Need to fix this prior to publishing NuGet release. The issue is that when doing a Install-Module command in the package manager window, it isn't trigerring a new build of the project so it ends up installing the old zip eachtime to your dotnetnuke site and not an updated one.
Testing has caught a problem introduced by the latest merge from development branch. Need to fix this prior to publishing NuGet release. The issue is that when doing a
Install-Module
command in the package manager window, it isn't trigerring a new build of the project so it ends up installing the old zip eachtime to your dotnetnuke site and not an updated one.