From 7359c1d50ba3d393ab676fe46c7317fded060570 Mon Sep 17 00:00:00 2001 From: Mitchell Hwang Date: Mon, 14 Jun 2021 19:29:53 -0400 Subject: [PATCH] [Tasks][MonoAOTCompiler] Update README.md to include option using UsingTask (#54169) Though the MonoAOTCompiler Task is included in the SDK in https://github.com/dotnet/runtime/blob/main/src/mono/nuget/Microsoft.NET.Runtime.MonoAOTCompiler.Task/Sdk/Sdk.props and should be accessible when using the NuGet, adding the second option to the MonoAOTCompiler task README allows for greater visibility on how to directly implement one's own UsingTask. Fixes #47630 --- .../README.md | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/mono/nuget/Microsoft.NET.Runtime.MonoAOTCompiler.Task/README.md b/src/mono/nuget/Microsoft.NET.Runtime.MonoAOTCompiler.Task/README.md index 108027b..3faa7a5 100644 --- a/src/mono/nuget/Microsoft.NET.Runtime.MonoAOTCompiler.Task/README.md +++ b/src/mono/nuget/Microsoft.NET.Runtime.MonoAOTCompiler.Task/README.md @@ -29,3 +29,27 @@ The `MonoAOTCompiler` MSBuild task is also useful outside the context of `dotnet ``` + +------------ +Use `UsingTask` directly +## In the project file +``` + + + + + + + + + + + > + + + +``` \ No newline at end of file -- 2.7.4