Skip to content
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

.NET Core runtime management (ex DNVM) #4919

Closed
dtretyakov opened this issue Jan 27, 2016 · 2 comments
Closed

.NET Core runtime management (ex DNVM) #4919

dtretyakov opened this issue Jan 27, 2016 · 2 comments

Comments

@dtretyakov
Copy link

Since in the asp.net core 1.0-rc2 DNX infrastructure will be superseded by CLI toolchain we have no ideas how DNVM runtime management use cases will be replaced.

We are considering case with automation of dotnet runtime installation on the build servers in the CI workflow. And it looks like except platform-specific packages CLI will support custom installation options via install.sh/install.ps1 scripts, but page does not contain any details about it.

Could you shed some light on these scripts? Will they be ready on the time of asp.net core rc2 arrival?

@davidfowl
Copy link
Member

Since in the asp.net core 1.0-rc2 DNX infrastructure will be superseded by CLI toolchain we have no ideas how DNVM runtime management use cases will be replaced.

There's no more runtime. dotnet is a tool chain only. The runtime is included with packages as part of the NETStandard.Library. There's no dnvm equivalent for the tool chain itself.

We are considering case with automation of dotnet runtime installation on the build servers in the CI workflow. And it looks like except platform-specific packages CLI will support custom installation options via install.sh/install.ps1 scripts, but page does not contain any details about it.

Could you shed some light on these scripts? Will they be ready on the time of asp.net core rc2 arrival?

There no more information other than that document. Yes, we'll have it by RC2.

@dtretyakov
Copy link
Author

Ok, thanks for explanation. Waiting for that part of toolchain.

@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants