I know that TFSBuild.rsp can be used to pass in msbuild parameters to the command line when a TeamBuild is fired, but is there any way to do this on the command line directly e.g. in my TFSBuild.rsp file I have:
this will carry out an incremental build,, but I dont always want to do it so I'd rather pass these in on the command line when using TFSBuild.exe to start a build. Is it possible
TFSBuild.exe does not allow MSBuild parameters to be passed in. Pretty much the only customization it allows is to specify a Build Machine Name and Build Directory (along with the standard TFS Server, Team Project, and Build Type settings).
Pramod_SN
Posted: Team Foundation Server - Build Automation, Pass in parameter to TeamBuild
thanks for the reply the problem I want to condition the import of the file when I fire the build, I think my only option is seperate build types but will mean I need quite a few
Swaha Miller
Posted: Team Foundation Server - Build Automation, Pass in parameter to TeamBuild