From 5754dcbfea330b56abf966a667984f27fea6d3bf Mon Sep 17 00:00:00 2001 From: Sergio Pedri Date: Fri, 1 Dec 2023 15:09:17 +0100 Subject: [PATCH] Add NativeAOT size and experimentation options --- src/Tests/AuthoringTest/AuthoringTest.csproj | 2 +- src/Tests/AuthoringTest/Directory.Build.props | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/Tests/AuthoringTest/AuthoringTest.csproj b/src/Tests/AuthoringTest/AuthoringTest.csproj index 4c23fe85c..5a5028d3d 100644 --- a/src/Tests/AuthoringTest/AuthoringTest.csproj +++ b/src/Tests/AuthoringTest/AuthoringTest.csproj @@ -4,7 +4,7 @@ net8.0 x64;x86 true - true + true diff --git a/src/Tests/AuthoringTest/Directory.Build.props b/src/Tests/AuthoringTest/Directory.Build.props index 962786332..8ae60bd61 100644 --- a/src/Tests/AuthoringTest/Directory.Build.props +++ b/src/Tests/AuthoringTest/Directory.Build.props @@ -13,10 +13,22 @@ it we can also further validate that the self-contained authoring scenario works correctly --> - true true Shared - true + + + true + true + Size + false + + + false + false + + + true + true