-
Notifications
You must be signed in to change notification settings - Fork 486
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
Using dotnet-version: 7.0.x
installs .NET 8.0.x instead onf 7.0.x
#597
Comments
Hello @MikeSchulze👋, |
UPDATE: After an additional investigation it seems the issue with .NET Core SDK 2.0 is caused by an issue with download at source. I've opened an issue: .NET Core 2.0 SDK download links are mixed up with .NET Core 2.1 version I have run into similar issue. .NET Core SDK 2.0 is not installed. Instead, version 2.1 is. As this won't be a priority issue, I am just adding it here for people that might need to find a workaround. Description: Task version: actions/setup-dotnet@v3 Platform:
Runner type:
Expected behavior: All requested versions of SDK are installed correctly. YAML
Console Output
Workaround: To install all requested .NET SDKs, you can use
|
Description:
I added the
setup-dotnet
action to install Net 7.0.x if is required, but it installs the NET 8.0.xTask version:
actions/setup-dotnet@v4
Platform:
Runner type:
Repro steps:
Expected behavior:
I used a matrix and caching action behind, but the installation looks wrong.
https://github.com/MikeSchulze/gdUnit4-action/blob/50ab18fa8987997062e88fae49211bb751674e89/action.yml#L158
Actual behavior:
The text was updated successfully, but these errors were encountered: