jbramwell / VSTS-Tools

Various command-line utilities for interacting with Visual Studio Team Services (VSTS)
MIT License
11 stars 7 forks source link

Can't see VSTS-* Tasks #3

Closed darshanrampatel closed 8 years ago

darshanrampatel commented 8 years ago

HI,

I can't see any of the VSTS-* tasks in the Add tasks section of my build definition.

image

I am using VSTS - what do I need to do to see this option? I have enabled the Allow Scripts to Access OAuth Token. option.

Thanks.

jbramwell commented 8 years ago

@darshanrampatel I just tried uninstalling and re-installing the VSTS-Tools extensions on two separate VSTS accounts and they are showing up in both cases. That said, there are a couple of things you can check:

vsts-tools-tasks

vsts-tools-agent-version

If your agent versions are less than what is required, I recommend you try updating to the latest version. Generally, this happens automatically so it's likely you're already at the latest version. If not, you can update from the same screen as above like shown in the screenshot below:

vsts-tools-update-agents

Let me know how this goes and if they're still not showing up, we'll go from there :-)

darshanrampatel commented 8 years ago

@jbramwell, thanks - uninstalling and re-installing the extension worked!