MSBuild Errors for Database Project on TFS server with VS 2013 shell -
continuous build database project fails when building on tfs server. have visual studio 2013 shell (integrated) installed. there not appear way install sql server data tools 2013 thru' tools > extensions , updates... menu.
the redacted error below...
c:\tfsbuild\xxx\xxx\database_ci\sources\database\xxx\xxx.sqlproj (126): imported project "c:\program files (x86)\msbuild\microsoft\visualstudio\v11.0\ssdt\microsoft.data.tools.schema.sqltasks.targets" not found. confirm path in declaration correct, , file exists on disk.
has experienced this? there solution or work-around? ssdt available vs 2013 shell sql server 2014?
i have installed visual studio shell (isolated) , (integrated) on our build server , not include sql server tooling components. found out sql server tooling built in following versions of visual studio (see here):
- express web,
- express windows desktop,
- professional,
- premium, and
- ultimate
i recommend installing @ least professional version , should sql server data tools components required building.
sql server tooling built above listed versions of visual studio 2013 (ssdt , visual studio versions) , latest march update of visual studio 2013 includes sql server 2014 support (sql server data tools sql server 2014 available.)
to force build use correct version of msbuild set process - advanced - msbuild arguments = "/p:visualstudioversion=12.0" (without quotes) shown.
Comments
Post a Comment