Builds no longer run after upgrade: MSBuild tools version not supported by MSBuild version
After upgrading my Kotlin scripts my builds no longer run: All agents are incompatible due to
Missing or invalid build configuration parameters:
- toolsVersion: The selected MSBuild tools version is not supported by the selected MSBuild version
I added the version as described here:
toolsVersion = MSBuildStep.MSBuildToolsVersion.V15_0
version = MSBuildStep.MSBuildVersion.V15_0
Any ideas what is wrong?
Please sign in to leave a comment.
Hi Rob,
which version are you currently using? I've tried replicating this but it seems to work just fine on my end, and I just copied and pasted your text. Otherwise, could you share the full build type of your kotlin script? If you need to keep it private, please use the "Submit a request" button on top of this page.
Hi Denis,
Apologies. We've fixed this now. I can't remember exactly what caused the issue or how we fixed it. I should have closed the issue.
Thanks
Rob