UmbracoCms.targets does not put the umbraco contents in the output directory
Hi, we are using octopus deploy to deploy our Umbraco application and allthough the app itself is packaged correctly, it seems UmbracoCms.targets is not called when we do run msbuild (from powershell) with these parameters:
UmbracoCms.targets does not put the umbraco contents in the output directory
Hi, we are using octopus deploy to deploy our Umbraco application and allthough the app itself is packaged correctly, it seems UmbracoCms.targets is not called when we do run msbuild (from powershell) with these parameters:
/p:Configuration=$configuration /p:OutDir=$outDir /p:WebProjectOutputDir=$webOutDir /nologo /p:DebugType=None /p:Platform=AnyCpu /verbosity:quiet
I can't find a reason why the UmbracoCms.targets does not put the umbraco files in the outDir
I've done a bit of research / debugging. For some reason the CopyUmbracoFilesToWebRoot target is executed, but the rest is not.
Any ideas?
is working on a reply...