Skip to content

Commit afb0d69

Browse files
Produce Native AOT runtime packs on Windows (#97023)
This just silently didn't do anything.
1 parent a08d3fc commit afb0d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/runtime-official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ extends:
315315
- linux_musl_arm64
316316
- linux_bionic_x64
317317
- linux_bionic_arm64
318-
- win_x64
319-
- win_arm64
318+
- windows_x64
319+
- windows_arm64
320320
jobParameters:
321321
buildArgs: -s clr.nativeaotlibs+clr.nativeaotruntime+libs+packs -c $(_BuildConfig) /p:BuildNativeAOTRuntimePack=true /p:SkipLibrariesNativeRuntimePackages=true
322322
nameSuffix: NativeAOT

0 commit comments

Comments
 (0)