-
Notifications
You must be signed in to change notification settings - Fork 549
Closed
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
Description:
It should be possible to have setup-dotnet download and install the .NET SDKs from:
Each of them also contain a text file for each platform and CPU bitness that the installers are available in and it contains the versions of those installers:
productCommit-win-x64.txtfor 64 bit Windows.productCommit-linux-x64.txtfor 64 bit linux.productCommit-osx-x64.txtfor 64 bit MacOS.
The installer files (SDKs and not the runtimes):
dotnet-sdk-win-x64.exedotnet-sdk-linux-x64.tar.gzdotnet-sdk-osx-x64.pkg
Justification:
I need this and the ability to tell the action use the preview feed which is the one this action currently uses or the use the daily feed which is the feed that contains the Preview 7 versions, the rc.1 versions of .NET 6, etc which my codebase needs that Preview 6 lacks.
Are you willing to submit a PR?
If the change is not too hard to make that is.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic