dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.15k stars 4.71k forks source link

Need to add build and test support for corert #19894

Closed weshaggard closed 4 years ago

weshaggard commented 7 years ago

As part of the new engineering changes we need to add build and test configuration support for corert builds of the libraries.

In other words we need to make the following commands work and build the correct stuff:

build -framework corert
build-tests -framework corert

cc @jkotas @SedarG

ViktorHofer commented 5 years ago

That's currently out-of-scope. Closing.