I have VSTest tools installed on my remote agent. When using VSTest Runner task I got an error "No agents meet this job's requirements". I know that I can define agent capabilities in bamboo-capabilities.properties file in agen't bin folder. For MSBuild it looks like:
system.builder.msbuild.MSBuild=C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\MSBuild\\Current\\Bin\\MSBuild.exe
What is the expected syntax for VSTest Runner ?
Hi @tkus
Thinking on this problem and knowing the limation we have to maintain the document with all the possible capabilities, I just wrote this article that might help moving forward.
Can you check it and see if this will help you?
Any suggestions to improve it are very welcome.
This is the one: How to configure remote agent capabilities using bamboo-capabilities.properties
I'll wait for your feedback.
thank you for a nice article. Unfortunately it doesn't work in my case because I don't have admin rights on a bamboo server (this is due to my company security policy) so I can't view / add / remove agent capabilities.
I only have a full access to the remote agent. Is there any way to obtain the capability name from remote agent side ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I only have a full access to the remote agent. Is there any way to obtain the capability name from remote agent side ?
Not that I'm aware of.
The one you need now is the VSTest Runner, right?
The configuration for this one is the example used in that article.
system.builder.vstestconsole.VSTestRunner=<PATH>
Is there any other you need me to check for you?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.