Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. workspace.PendAdd(localBuildPath, true); // pend-add the build
  2. if (workspace.GetPendingChangesEnumerable().Any())
  3. {
  4. workspace.CheckIn(workspace.GetPendingChanges(), "Build " + buildLabel);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement