microsoft / vso-agent

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

Agent reporting non-existing jake capability #201

Closed ppanyukov closed 8 years ago

ppanyukov commented 8 years ago

Just noticed that the agent reports jake as capability even if it's entirely missing.

This line: https://github.com/Microsoft/vso-agent/blob/master/src/agent/environment.ts#L194

    resolveCapability(filteredEnv, 'jake', null, '.'); // If not in global path, use jake packaged in this agent

assumes it's bundled with the agent but I can't it anywhere.

Am I missing something?

bryanmacfarlane commented 8 years ago

Good catch. I'll remove.

bryanmacfarlane commented 8 years ago

Fixed with commit 024aa6f4c8ea8674993173c6763cd73a98c4171c

bryanmacfarlane commented 8 years ago

will be in next 0.5 drop