-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Dotnet publish does not detect OSX El Capitan RID correctly #4534
Comments
This is on El Capitan, correct? |
This is on El Capitan. Yes. |
Is the rid different? |
RID for El Capitan is 'osx.10.11-x64' IIRC |
But I am not specifying any RID. Just running these steps. Should work or no? |
Can you try explicitly specifying the RID during restore and publish?
|
This is only on el-capitan. It doesn't block the CoreRT PR as I specified because it is using Yosemite. |
Works with the RID. |
This needs to be fixed here. We have a naive way to find the current RID and its broken. |
Tracking in dotnet/cli#498 |
This worked for me:
|
@richlander That didnt work for me on OSX 10.11. The thing that actually works is that I specify "--runtime osx.10.11-x64". |
….5 (#4534) - Microsoft.NET.Sdk: 3.1.300-preview.20214.15 -> 3.1.400-preview.20251.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Follow these repro steps:
Obtain latest CLI from: https://dotnetcli.blob.core.windows.net/dotnet/dev/Binaries/Latest/dotnet-osx-x64.latest.tar.gz
Error:
@brthor, @piotrpMSFT route to appropriate owner. Blocks dotnet scenario and dotnet/corert#498
The text was updated successfully, but these errors were encountered: