Is it possible to build a VS 2010 solution using TFS 2012? -
i have tfs 2012 configuration, , majority of assets based on c# in vs 2012 solutions. right i'm trying integrate other assets build, these biztalk 2010 assets in vs 2010 solution.
biztalk 2010 explicitly not supported in vs 2012; instead, vs 2012 supports biztalk 2013. challenge build vs 2010 solution in our tfs 2012 environment, alongside our vs2012 solution, since upgrading biztalk 2013 not option.
i tried naively add vs 2010 solution build definition, compiler barfs on btproj files, because it's treating them if biztalk 2013.
csc (0): source file 'c:\builds\1005\teamproject\sources\source\biztalk\biztalk.schemas\schemahelper.xsd.cs' not found
for it's worth, there no evidence biztalk 2010 project references .xsd.cs file; i'm assuming sidecar file introduced biztalk 2013 compiler expecting find. build server has both vs 2010 , vs 2012 installed.
has kind of thing come before? can't seem find information. first instinct attempt add copy of "items build" field in build process parameters used explicitly vs2010 solutions, , attempt define activity invoke 2010 compiler against projects.
does sound sane? there better way?
while can work in 2012 build server forcing build through 2010 believe result of trying build biztalk 2010 pain , suffering. notwithstanding 2012.
you can create purely 2010 build server , environment , plug tfs 2012: http://nakedalm.com/visual-studio-2012-update-2-supports-2010-build-servers/
Comments
Post a Comment