tfsbuild - How do I reference a Changeset in a TFS Build script? -
how reference changeset in tfs build script?
i want write tfs build workflow copies files referenced in current changeset. possible?
you call tfpt power tool team foundation server power tools run tfpt getcs /changeset:12345. you'll need create temporary mapping first. can use tf workspace , tf workfold set up.
use powershell script or invokeprocess activity run these.
Comments
Post a Comment