You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set this to 1 if the Microsoft.NETCore.App.Ref dependency in eng/Version.Details.xml does *not* specify a CoherentParentDependency on Microsoft.Dotnet.Sdk.Internal.
337
337
TRACKING_DOTNET_RUNTIME_SEPARATELY=
338
338
339
+
# If you build dotnet/runtime locally, "*-dev" is the version the built artifacts will use (and which we must reference)
Copy file name to clipboardExpand all lines: configure
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Usage: configure [options]
25
25
--enable-xamarin
26
26
--disable-xamarin Enable/disable additional Xamarin-specific parts of the build.
27
27
28
-
--custom-dotnet=[artifacts] Use a locally built version of dotnet/runtime. See docs/CORECLR.md for detailed instructions about how to build dotnet/runtime from source.
28
+
--custom-dotnet=[dotnet/runtime] Use a locally built version of dotnet/runtime. Pass the path to an already build checkout of dotnet/runtime. See docs/CORECLR.md for detailed instructions about how to build dotnet/runtime from source.
29
29
30
30
--ignore-unknown-params alters the default behavior to not return an non-zero exit code when an unknown parameter is provided.
0 commit comments