Hi Steven,

 

This is one solution containing 7 projects. Here is the content of the
tfsbuild.proj

 

<?xml version="1.0" encoding="utf-8"?>

<!-- DO NOT EDIT the project element - the ToolsVersion specified here
does not prevent the solutions 

     and projects in the SolutionToBuild item group from targeting other
versions of the .NET framework. 

     -->

<Project DefaultTargets="DesktopBuild"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";
ToolsVersion="3.5">

 

  <!-- Do not edit this -->

  <Import
Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\TeamBuild\Micro
soft.TeamFoundation.Build.targets" />

 

  <ProjectExtensions>

 

    <!-- Team Foundation Build Version - DO NOT CHANGE -->

    <ProjectFileVersion>2</ProjectFileVersion>

    <Description>Builds the Package Creation Wizard V2</Description>

    <BuildMachine>datfsbuild</BuildMachine>

 

  </ProjectExtensions>

 

  <PropertyGroup>

 

    <TeamProject>LIPS</TeamProject>

 
<BuildDirectoryPath>D:\Builds\LIPS\PackageCreationtrunkBuild</BuildDirec
toryPath>

 
<DropLocation>\\DATFSBuild\Drops\LIPS\PackageCreationWizard</DropLocatio
n>

    <RunTest>false</RunTest>

    <RunCodeAnalysis>Default</RunCodeAnalysis>

 

    <WorkItemType>Bug</WorkItemType>

    <WorkItemFieldValues>System.Reason=Build
Failure;System.Description=Start the build using Team
Build</WorkItemFieldValues>

    <WorkItemTitle>Build failure in build:</WorkItemTitle>

    <DescriptionText>This work item was created by Team Build on a build
failure.</DescriptionText>

    <BuildlogText>The build log file is at:</BuildlogText>

    <ErrorWarningLogText>The errors/warnings log file is
at:</ErrorWarningLogText>

    <UpdateAssociatedWorkItems>true</UpdateAssociatedWorkItems>

    <AdditionalVCOverrides></AdditionalVCOverrides>

    <CustomPropertiesForClean></CustomPropertiesForClean>

    <CustomPropertiesForBuild></CustomPropertiesForBuild>

 

  </PropertyGroup>

 

  <ItemGroup>

 

    <SolutionToBuild
Include="$(BuildProjectFolderPath)/../../trunk/Tools/PackageCreationV2/P
ackageCreationV2.sln">

        <Targets></Targets>

        <Properties></Properties>

    </SolutionToBuild>

 

  </ItemGroup>

 

  <ItemGroup>

    <ConfigurationToBuild Include="Debug|Any CPU">

      <FlavorToBuild>Debug</FlavorToBuild>

      <PlatformToBuild>Any CPU</PlatformToBuild>

    </ConfigurationToBuild>

 

  </ItemGroup>

 

  <ItemGroup>

    <!--  TEST ARGUMENTS -->

 

  </ItemGroup>

 

  <PropertyGroup>

    <!-- TEST ARGUMENTS -->

  </PropertyGroup>

 

  <ItemGroup>

    <!--  ADDITIONAL REFERENCE PATH -->

  </ItemGroup>

 

  <PropertyGroup>

    <BuildSolutionsInParallel>false</BuildSolutionsInParallel>

  </PropertyGroup>

  

</Project>

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Steven Nagy
Sent: Wednesday, 26 November 2008 2:44 PM
To: [email protected]
Subject: [OzTFS] RE: Team Build Issue - Incorrect Build Order

 

 

I'd be happy to help if you can send the build definition file to me
(tfsbuild.proj).

Otherwise, can you provide your XML in the tfsbuild.proj file around the
"SolultionsToBuild" node?

Are you just specifying the one solution, or individual projects? 

 

Regards,

Steven Nagy
Readify | Senior Developer

M: +61 404 044 513 | C: [EMAIL PROTECTED]
<sip:[EMAIL PROTECTED]>  | B: stevennagy.spaces.live.com
<http://stevennagy.spaces.live.com/> 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Clint Colefax
Sent: Wednesday, 26 November 2008 2:33 PM
To: [email protected]
Subject: [OzTFS] Team Build Issue - Incorrect Build Order

 

Hi All,

 

I have a rather frustrating issue with Team Build at the moment. We have
a multi-project solution, with project to project dependencies. There
are seven projects, with one reference no other projects, and all other
projects referencing it. When you build this solution locally through
vs2008, it works fine, but when it is build through TFS with Team Build,
it build the projects in the wrong order, and fails, as the project that
is referenced by all others is not built first.

 

The solutions dependencies are set up correctly, I've even set
<BuildSolutionsInParallel>false</BuildSolutionsInParallel> in the
TFSBuild.proj file. I've also tried recreating the solution file, all
without luck so far.

 

Any help would be greatly appreciated.

 

Thanks

 

 

OzTFS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject. View the web archives at
http://www.mail-archive.com/[email protected]/
Powered by mailenable.com, supported by www.readify.net 

OzTFS.com - to unsubscribe from this list, send a message back to the
list with 'unsubscribe' as the subject. View the web archives at
http://www.mail-archive.com/[email protected]/
Powered by mailenable.com, supported by www.readify.net 




OzTFS.com - to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject. View the web archives at 
http://www.mail-archive.com/[email protected]/

Powered by mailenable.com, supported by www.readify.net

<<image001.jpg>>

Reply via email to