From 67c497aaafe5b68b5a65dd28756c60ffe92a4f36 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 28 Nov 2022 07:48:11 -0500 Subject: [PATCH] repos/sdk.proj: set NativeAotSupported=false on arm platform --- src/SourceBuild/tarball/content/repos/sdk.proj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SourceBuild/tarball/content/repos/sdk.proj b/src/SourceBuild/tarball/content/repos/sdk.proj index c18e00dd6..54e90ec3e 100644 --- a/src/SourceBuild/tarball/content/repos/sdk.proj +++ b/src/SourceBuild/tarball/content/repos/sdk.proj @@ -7,6 +7,9 @@ $(BuildCommandArgs) /p:PackageProjectUrl=https://github.com/dotnet/sdk $(BuildCommandArgs) /p:PublishCompressedFilesPathPrefix=$(SourceBuiltToolsetDir) + + $(BuildCommandArgs) /p:NativeAotSupported=false + true $(BuildCommandArgs) -v $(LogVerbosity)