-
Notifications
You must be signed in to change notification settings - Fork 473
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
Install runs twice after update from v3 to v4 #491
Comments
Hello, @bkoelman! Thank you for reporting this issue, we will look into it and see what can be done :) |
Thank you for creating the issue, @bkoelman!
|
Thanks for looking into this. The duplicate installation does not pose any problems, it just came as a surprise. Now I understand it's intentional and was done to fix a problem, so I'm fine with it. It would be worth mentioning this in the release notes though. |
Added this expected behaviour to the release notes of v4.0.0 and closing this issue. Thank you. |
Thanks |
However, even after I create the global.json file specifying that I want to use version 7.0, it still always installs the latest version(8.0), for me, before finally installing the version specified by the dotnet-version parameter(7.0) for me. |
I have noticed same |
Description:
After update from v3 to v4, it looks like the install runs twice.
Github Actions step:
Original output:
New output:
Task version:
v4.0.0
Platform:
Runner type:
Repro steps:
Example at https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb/actions/runs/7089943142/job/19313357238?pr=38.
Expected behavior:
Installation occurs once per target framework.
Actual behavior:
Installation occurs twice per target framework.
The text was updated successfully, but these errors were encountered: