diff --git a/src/SourceBuild/content/repo-projects/sdk.proj b/src/SourceBuild/content/repo-projects/sdk.proj
index 773d7301a..5872f71fd 100644
--- a/src/SourceBuild/content/repo-projects/sdk.proj
+++ b/src/SourceBuild/content/repo-projects/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)