MSBuild not running Web Pipeline Publishing targets
Hi there,
So I'm trying to setup a new build agent on windows. The problem I'm having is when using the MSBuild wrapper it fails to run any tasks in my wpp.targets file. This exact same project works perfectly when running on my older agents and it also works when I call msbuild.exe directly using a command line step.
It's not ideal using the command line step for msbuild as it makes it very difficult to read the log output.
Does anybody have any ideas what might be going wrong here?
Many thanks,
Josh
Please sign in to leave a comment.
Hi Josh,
it looks like there is a configuration issue in your build or an environment issue. First, I would recommend checking that you have selected your targets in the build configuration itself. If that still doesn't work, please follow the steps here to report the issue with the required information: https://confluence.jetbrains.com/display/TCD18/Common+Problems#CommonProblems-BuildworkslocallybutfailsormisbehavesinTeamCity
Hi Denis,
Thank you for the link. There is some things on there I've yet to try!
Cheers,
Josh