Steps to reproduce
Run dotnet publish -r win7-x86 -r win7-x64
Expected behavior
Publish to run for each of the specified RIDs
Actual behavior
dotnet : Unexpected value 'win7-x64' for option 'runtime'
Environment data
dotnet --info output:
.NET Command Line Tools (1.0.0-preview2-003118)
Product Information:
Version: 1.0.0-preview2-003118
Commit SHA-1 hash: 7ada53d523
Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64
Steps to reproduce
Run
dotnet publish -r win7-x86 -r win7-x64Expected behavior
Publish to run for each of the specified RIDs
Actual behavior
dotnet : Unexpected value 'win7-x64' for option 'runtime'Environment data
dotnet --infooutput: