-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bump sdk #19
Bump sdk #19
Conversation
@jnm2 it appears they pulled .net core 2.1 and 3.1 runtimes from the base image 2020-08-27T21:09:21.6676194Z The framework 'Microsoft.NETCore.App', version '3.1.0' was not found. |
@buvinghausen Perhaps the installation step caused the SDK to stop finding the installed frameworks. |
The easiest thing might be to add two more installation steps for now. They would be runtime installations instead of SDK installations. |
@jnm2 yeah we only need the runtimes and not additional sdks. Do you know if there is a runtime installing action available off hand? |
@buvinghausen It's usually a parameter of the same action. |
Hmm, doesn't look like this one supports that. Also: actions/setup-dotnet#25 |
Maybe we have to Here's a place where I did that: |
@jnm2 yeah you can see who the last commenter on setup-dotnet 25 is.... ha I'll see if I have any luck with the install script because it definitely would be nice to be able to include the runtimes for testing and not have to wait on the official image to update or maintain. |
Add runtime installations to see if we can pass the tests finally
No description provided.