microsoft / vso-agent

Visual Studio Team Services and TFS agent for Mac OSX and Linux
MIT License
131 stars 57 forks source link

Cloak doesn't define localPath; shelveset requires workspace to resolve path. #205

Closed yacaovsnc closed 8 years ago

yacaovsnc commented 8 years ago

Fixing two issues with latest tfvc xplat agent code:

  1. Cloak doesn't define localpath, so any naïve comparison against localpath will always result in recreate workspace.
  2. Once we unshelved some code to current workspace, we must pass the "workspace" option to get the server path resolved.