From dcd9ad4f1b366a8a2dd50e080a93d58959a9c917 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Fri, 5 Jan 2024 08:24:37 +0100 Subject: [PATCH] Build Windows NativeAOT runtime packs (#96509) --- eng/pipelines/runtime-official.yml | 2 ++ .../Directory.Build.props | 30 +++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index e224100b333680..e2e5e6a3bf2158 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -315,6 +315,8 @@ extends: - linux_musl_arm64 - linux_bionic_x64 - linux_bionic_arm64 + - win_x64 + - win_arm64 jobParameters: buildArgs: -s clr.nativeaotlibs+clr.nativeaotruntime+libs+packs -c $(_BuildConfig) /p:BuildNativeAOTRuntimePack=true /p:SkipLibrariesNativeRuntimePackages=true nameSuffix: NativeAOT diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props index 8e55e4ac880ece..b7200379513ad9 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props @@ -132,7 +132,7 @@ - + @@ -141,9 +141,33 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + +