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 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + +