We're using hosted TFS from Microsoft and we are trying to migrate our Cruise Control and SVN build to a full TFS build.
We are using:
Source control: TFS Build agent: TFS Packaging: Installshield 2012
We can create build agents and extensions and have several "example" XAML build scripts, but a basic questions remain:
- How do we get the output of the Visual Studio builds out of the hosted environment and local to our network?
- How do we kick off Installshield locally after the compile is successfully completed?
- How do we get metadata information (like current build version, etc) and transfer it to the local script so we can include it in Installshield?
I know the output of the build is generally stored in $\Rel (or similar) after the build. But how to continue after that?
How