From 3073afd6c7f4f08cf3f4a5f02dd2ee3ab4f1763e Mon Sep 17 00:00:00 2001 From: Joseph Moreno <44370115+josephmoresena@users.noreply.github.com> Date: Sun, 12 Dec 2021 00:24:32 -0500 Subject: [PATCH] Artifacts information --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4a6491d..12aff36 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,9 @@ Feel free to use this sample as a base for your projects. When developing, keep in mind that Avalonia uses Reflection extensively. NativeAOT, being an AOT compiler, needs your help to get reflection right. Refer to `rd.xml` file in the solution. In it, you describe all assemblies and types which your app would potentially reflect over. For more information, see [Reflection in AOT mode](https://github.com/dotnet/runtimelab/blob/feature/NativeAOT/docs/using-nativeaot/reflection-in-aot-mode.md) This project is configured to help you debug issues with publishing. Before publishing, check the CSPROJ file and modify the various Ilc* properties according to [Optimizing programs targeting Native AOT](https://github.com/dotnet/runtimelab/blob/feature/NativeAOT/docs/using-nativeaot/optimizing.md) document. + +## Artifact test + +For any change in this repo we will build the artifact for Windows-x64, Linux-x64 and macOS-x64. +You can download them from workflows run results. +For run the artifact on macOS make sure to allow the application inSystem Preferences, Security & Privacy, General.