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