|
Hello all,
I have been using MSBUILD to publish my clickonce application and it has been working fine until after I switched to using the RTM. The problem with the RTM version of MSBuild is it skips over the projects that aren't publishable. So if you have a project dependency it will fail because it won't build your non-publishable assembly. Does anyone know a workaround for this? |