Closed jeromelaban closed 6 months ago
Building with the ubuntu-built dotnet SDK alters the NETCoreSdkRuntimeIdentifier, which contains ubuntu.22.04-x64 instead of linux-x64.
NETCoreSdkRuntimeIdentifier
ubuntu.22.04-x64
linux-x64
This is different from the behavior when the SDK is installed using the microsoft feeds.
net8.0-desktop-Debug.binlog.zip
We should use NETCoreSdkPortableRuntimeIdentifier instead.
NETCoreSdkPortableRuntimeIdentifier
Linux
Nuget Package:
Package Version(s):
Affected platform(s):
Visual Studio:
Relevant plugins:
Current behavior
Building with the ubuntu-built dotnet SDK alters the
NETCoreSdkRuntimeIdentifier
, which containsubuntu.22.04-x64
instead oflinux-x64
.This is different from the behavior when the SDK is installed using the microsoft feeds.
Expected behavior
net8.0-desktop-Debug.binlog.zip
How to reproduce it (as minimally and precisely as possible)
We should use
NETCoreSdkPortableRuntimeIdentifier
instead.Environment
Linux
Nuget Package:
Package Version(s):
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?