From: Vance Morrison Date: Mon, 10 Jul 2017 23:23:49 +0000 (-0700) Subject: Put in a warning that the instructions no longer work properly X-Git-Tag: accepted/tizen/base/20180629.140029~1083^2~216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd4522a2dac7f88a82537af35bdc88c1d856ad47;p=platform%2Fupstream%2Fcoreclr.git Put in a warning that the instructions no longer work properly --- diff --git a/Documentation/workflow/UsingYourBuild.md b/Documentation/workflow/UsingYourBuild.md index b83c33e..5c25000 100644 --- a/Documentation/workflow/UsingYourBuild.md +++ b/Documentation/workflow/UsingYourBuild.md @@ -117,6 +117,8 @@ could update these locations in place, but that is not recommended since they ar ## Update CoreCLR using runtime nuget package +# WARNING: TODO: This section has been broken when Microsoft.Netcore.App included the CorCLR binaries. We need to update this. + Updating CoreCLR from raw binary output is easier for quick one-off testing but using the nuget package is better for referencing your CoreCLR build in your actual application because of it does not require manual copying of files around each time the application is built and plugs into the rest of the tool chain. This set of instructions will cover