Skip to content

Commit 78f9316

Browse files
authored
Add ARM64EC to StripAdditionalPlatformsFromNuspec.ps1
1 parent 5d81068 commit 78f9316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vnext/Scripts/StripAdditionalPlatformsFromNuspec.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If ($PSBoundParameters['Debug']) {
1616
Write-Output "Creating filtered version of : $nuspec"
1717
$xml = [xml](gc $nuspec)
1818

19-
$allSlices = @("x64.Release", "x64.Debug", "x86.Release", "x86.Debug", "ARM64.Release", "ARM64.Debug")
19+
$allSlices = @("x64.Release", "x64.Debug", "x86.Release", "x86.Debug", "ARM64.Release", "ARM64.Debug", "ARM64EC.Debug", "ARM64EC.Release")
2020

2121
$nodesToRemove = @();
2222

0 commit comments

Comments
 (0)