-
Notifications
You must be signed in to change notification settings - Fork 206
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
Define pattern for single-library experiments #88
Comments
|
We'll do this regardless. That's not actually the problem here. The workflow for building a standalone package in dotnet/runtime is already pretty good thanks to @ViktorHofer. You can clone and build the pkgproj for most packages. The problem is that we don't have plumbing for YML to do this for PR and official builds. Nor do we support such flexibility for testing. I don't think we'd ever care about doing that sort of thing in dotnet/runtime, but we would here: assuming we still agree that this is the place for such experiments. |
I think we can add specific infrastructure running tests and building against LKG runtime and ref assemblies consumed either directly from dotnet/runtime or from the SDK, and turn it on via a an MSBuild flag on that specific branch. This wouldn't be that hard I think given that we already build and run against ref and runtime packs built locally. |
Fixed in #238 |
Today single library experiments that don't change the runtime/shared-framework don't have a great pattern to follow for build / test. We should decide how these should behave and create a pattern/template to follow.
The text was updated successfully, but these errors were encountered: