-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Area-Maintainers-Buildspecific to affecting the buildspecific to affecting the buildIssue-Code Cleanupthe issue is for cleaning up the code with no impact on functionalitythe issue is for cleaning up the code with no impact on functionality
Description
To use the pre-release version of .NET 5 RTM builds a workaround had to be added to build.psm1
Lines 1775 to 1778 in 201f4a6
| # Temporary workaround to consume .NET 5 pre-release RTM build | |
| if ($Version -eq '5.0.100') { | |
| $Version = '5.0.100-rtm.20526.5' | |
| } |
Please remove this when .NET 5 is released.
Also,
remove the RTM feed from the nuget.config:
Line 5 in f03952f
| <add key="dotnet5-rtm" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/5.0.100-rtm.20526.5/nuget/v3/index.json" /> |
Steps to reproduce
Expected behavior
Actual behavior
Environment data
Metadata
Metadata
Assignees
Labels
Area-Maintainers-Buildspecific to affecting the buildspecific to affecting the buildIssue-Code Cleanupthe issue is for cleaning up the code with no impact on functionalitythe issue is for cleaning up the code with no impact on functionality