We are using the new finalbuilder tempate for Visual Studio 2013. the FinalBuilderOnlyTFS2013Build.xaml does not do a clean workspace even with the property being in it.
How do we add that?
thanks,
Garth
We are using the new finalbuilder tempate for Visual Studio 2013. the FinalBuilderOnlyTFS2013Build.xaml does not do a clean workspace even with the property being in it.
How do we add that?
thanks,
Garth
Hi Garth,
I am having a look into this. I will update this post when I have something working.
Cheers.
Hi Garth,
in the Diagnostic logs under the “Overall Build Process” section, if you select “Show properties”, do you see “CleanWorkspace: True” ?
-dave
Hi Garth,
The “FinalBuilderOnlyTFS2013Build.xaml” has an workflow activity with in called “Get sources from Team Foundation Version Control”. This activity is passed the CleanWorkspace variable which is set to a default value of True.
It is this value which should appear under the “TF Version Control” section of the build Process.
Is this what your seeing in your build setup?