Thursday, December 6, 2012

Azure - The target "PipelineTransformPhase" does not exist in the project.

Issue:

When performing a build you may receive the following error.

Error:

error MSB4057: The target "PipelineTransformPhase" does not exist in the project.

Solution:

Either the path is wrong in your .csproj file or your missing the Microsoft.WebApplication.Targets file on your build server.

If its missing on your build server simply just copy it over from your local machine, from and to the same location.

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications