TeamDropLocation Parameter in FB6 Bug?

Hi down there,

i tried the latest beta (507) together with the brandnew VTS virtual image from MSDN (refreshed on march 29). I want to use the great VSTS Build Integration feature.

the Build command to call Final Builder looks like this: (cant paste the angled brackets)

FBCmd ProjectFile="$(SolutionRoot)\TeamBuildTypes\FB2Try\FB2Try.fbp6" TeamServer="$(TeamFoundationServerUrl)" TeamProject="$(TeamProject)" TeamDropLocation="$(DropLocation)\$(BuildNumber)" TeamBuildType="$(BuildDefinition)" TeamBuildNumber="$(BuildNumber)" TeamBuildRoot="$(SolutionRoot)" 

 

However, the variable DropShare (used for the deployment folder path in the "Get TFS Build Parameters" step) is allways null/empty ! This causes this error message:

  MyFirstFinalBuilder.fbp6 : Action error "Build VS.Net Solution [ C:\MSLabs\VSTS 2008\Work\Team Build\WindowsFormsApplication1\WindowsFormsApplication1.sln ]": ERROR  in C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(529,9) : The OutputPath property is not set for this project.  Please check to make sure that you have specified a valid Configuration/Platform combination.  Configuration='Release'  Platform='AnyCPU'
  MyFirstFinalBuilder.fbp6 : Action error "Build VS.Net Solution [ C:\MSLabs\VSTS 2008\Work\Team Build\WindowsFormsApplication1\WindowsFormsApplication1.sln ]": MSBuild.exe returned Error code : 1

what can i do ?

 Thanks, Michael

 

 

oh no!

the pasted xml got all messed up in the post editor.

i edited the previous post.

anyway,  the variables in MSBuid are filled, but the dont make it to the FB DropShare variable.

If you need more information, please let me know,

thanks in advance, Michael

 

Solved !!! I downloaded and installed the April 1 version, works fine!
Thank you !

Hi Michael,

Glad you got it sorted with the new Release Candidate. Please let us know if you experience any other issues with the TFS integration.

Regards,

Angus