To use the pre-release version of .NET 5 RTM builds a workaround had to be added to build.psm1
|
# 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:
|
<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
To use the pre-release version of .NET 5 RTM builds a workaround had to be added to build.psm1
PowerShell/build.psm1
Lines 1775 to 1778 in 201f4a6
Please remove this when .NET 5 is released.
Also,
remove the RTM feed from the nuget.config:
PowerShell/nuget.config
Line 5 in f03952f
Steps to reproduce
Expected behavior
Actual behavior
Environment data