Skip to content

Commit 5d81068

Browse files
authored
Fix Desktop NuGet slices for ARM64EC publish
1 parent b176683 commit 5d81068

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ado/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -492,13 +492,13 @@ extends:
492492
configuration: Release
493493
- platform: x86
494494
configuration: Release
495-
- platform: ARM64
495+
- platform: ARM64EC
496496
configuration: Release
497497
- platform: x64
498498
configuration: Debug
499499
- platform: x86
500500
configuration: Debug
501-
- platform: ARM64
501+
- platform: ARM64EC
502502
configuration: Debug
503503

504504
- template: .ado/templates/prep-and-pack-nuget.yml@self
@@ -515,13 +515,13 @@ extends:
515515
configuration: Release
516516
- platform: x86
517517
configuration: Release
518-
# - platform: ARM64
518+
# - platform: ARM64EC
519519
# configuration: Release
520520
- platform: x64
521521
configuration: Debug
522522
- platform: x86
523523
configuration: Debug
524-
# - platform: ARM64
524+
# - platform: ARM64EC
525525
# configuration: Debug
526526

527527
templateContext:

0 commit comments

Comments
 (0)