Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Default architecture is different for clr and coreclr when installing or upgrading runtime #468

Description

@kichalla

Clr -> x86 (default)
Core Clr -> x64 (default)...expected?

C:\github\musicstore [release]> dnvm install 1.0.0-beta8 -r clr
Default stable feed (https://www.nuget.org/api/v2) is being overridden by the value of the DNX_FEED environment variable (https://www.myget.org/F/aspnetbeta8/api/v2)
Downloading dnx-clr-win-x86.1.0.0-beta8 from https://www.myget.org/F/aspnetbeta8/api/v2
Installing to C:\Users\kichalla\.dnx\runtimes\dnx-clr-win-x86.1.0.0-beta8
Adding C:\Users\kichalla\.dnx\runtimes\dnx-clr-win-x86.1.0.0-beta8\bin to process PATH

C:\github\musicstore [release]> dnvm install 1.0.0-beta8 -r coreclr
Default stable feed (https://www.nuget.org/api/v2) is being overridden by the value of the DNX_FEED environment variable (https://www.myget.org/F/aspnetbeta8/api/v2)
Downloading dnx-coreclr-win-x64.1.0.0-beta8 from https://www.myget.org/F/aspnetbeta8/api/v2
Installing to C:\Users\kichalla\.dnx\runtimes\dnx-coreclr-win-x64.1.0.0-beta8
Adding C:\Users\kichalla\.dnx\runtimes\dnx-coreclr-win-x64.1.0.0-beta8\bin to process PATH
Compiling native images for dnx-coreclr-win-x64.1.0.0-beta8 to improve startup performance...
Finished native image compilation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions