"Latest" with MSBuild
what's best way of getting "latest"-folder builds performed vsts?
i guess involves changing tfsbuild.proj-file, guess else has done before me...
thanks!
ok.
we don't have out of box option this. can write custom task , plug aftercopy target. custom task needs is:
1. create latest folder in drop location if not exist
2. copy binaries generated in build folder
of course there may issues in sidelines consider. if drop location used more 1 team project? if build fails? should clean latest folder or let older contents remain etc.
hope helps.
we don't have out of box option this. can write custom task , plug aftercopy target. custom task needs is:
1. create latest folder in drop location if not exist
2. copy binaries generated in build folder
of course there may issues in sidelines consider. if drop location used more 1 team project? if build fails? should clean latest folder or let older contents remain etc.
hope helps.
Archived Forums V > Team Foundation Server - General
Comments
Post a Comment