1
votes

I have included Visual Studio SDK and Modeling SDK in my project in order to build my T4 templates. It has been working fine until I wanted to set up the VSO Build, which gives me the following error:

The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\TextTemplating\Microsoft.TextTemplating.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

However, I was unable to find any options or settings to import/include the mentioned SDKs into the build machine.

1
Are you using the hosted build service?Daniel Mann
@DanielMann Yes I amSanthos

1 Answers

1
votes

VSO Hosted build agent does not have Modeling SDK installed, refer to Hosted pool and Hosted build controller for details.

To build your solution, you need to deploy your own build agent and install the required SDK on it.