Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. %TFS% workspaces -format:brief -server:{your-tfs-team-project-collection-url}
  2. %TFS% workspace -new Hudson-%JOB_NAME%-MASTER;{your-domain-user-name} -noprompt -server:{your-tfs-team-project-collection-url}
  3. %TFS% workfold -map $/{tfs-path-to-your-sln} C:Jenkinsjobs%JOB_NAME%workspace -workspace:Hudson-%JOB_NAME%-MASTER -server:{your-tfs-team-project-collection-url}
  4. %TFS% get $/{tfs-path-to-your-sln} -force -recursive -noprompt
  5. %TFS% history $/{tfs-path-to-your-sln} -recursive -stopafter:1 -noprompt -format:brief -server:{your-tfs-team-project-collection-url}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement