microsoft / vso-agent

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

Fix couple more path issues #215

Closed yacaovsnc closed 8 years ago

yacaovsnc commented 8 years ago
  1. Can't assume 'tf' is on PATH anymore since we pack our own
  2. Can't assume local paths from build definition are the same since user can add slashes at the end. The path resolved by tf don't have any slashes, and they don't match. If they don't match, we remap and force a clean build.