I'm using Bamboo 6.9 and I'm evaluating Bamboo Specs (YAML). A first simple Plan with a script task works fine.
In the documentation: https://docs.atlassian.com/bamboo-specs-docs/6.9.1/specs.html?yaml#version-information there ist no information about creating MSBuild tasks or MSTestRunner task.
How can I do that? Tanks!
Hello @Raphael Kohlgraf ,
MSBuild task is not supported by YAML Bamboo Specs yet. Is it possible to replace it with Script task? You can use solution for Maven task which should work for MSBuild task as well https://docs.atlassian.com/bamboo-specs-docs/6.9.1/specs.html?yaml#task-maven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.