-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boots doesn't work with DotNet5 #55
Comments
Is this running on Azure DevOps? What agent pool is it? On Azure DevOps, last I checked |
Yes, this is on Azure Dev Ops. We're using the macOS-10.15 image. Our YAML includes the following two tasks: - task: UseDotNet@2
displayName: 'Use .NET Core SDK $(DotNetCoreVersion)'
inputs:
version: '$(DotNetCoreVersion)'
- bash: 'dotnet tool install --global --ignore-failed-sources boots && boots --stable Mono && boots --stable Xamarin.iOS'
displayName: 'Install latest stable Mono and Xamarin.iOS' In the failing version, |
Ok in this repo, I removed the I think the solution is to compile |
Thanks! I haven't built/tried this, but looking at the commit that should fix it. Let me know when this is published and I'll give it a go. |
Let me fix the build on AppVeyor; then I'll close this when a new package is available for you to try. |
Let me know if this build works, thanks! |
I used 1.0.3.556 successfully on another repo where only .NET 6 is installed, so I think this will work for you. Let me know, otherwise, thanks. |
While it would be relatively trivial to install DotNet3 on the build server, it seems unnecessary since surely DotNet5 is backwards compatible, and indeed I used DotNet5 to install Boots.
Any tips appreciated.
Output below:
You can invoke the tool using the following command: boots
Tool 'boots' (version '1.0.3.527') was successfully installed.
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.0.0' was not found.
5.0.1 at [/Users/runner/hostedtoolcache/dotnet/shared/Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
The text was updated successfully, but these errors were encountered: