Skip to content

Commit 40837dd

Browse files
Fix NuGet package generation in release build (#16509)
1 parent 88ba3f6 commit 40837dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/packaging/packaging.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,6 +2292,8 @@ function CleanupGeneratedSourceCode
22922292
'[System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1, (byte)1})]'
22932293
'[System.Runtime.CompilerServices.AsyncStateMachineAttribute'
22942294
'[Microsoft.PowerShell.Commands.SetStrictModeCommand.ArgumentToPSVersionTransformationAttribute]'
2295+
'[Microsoft.PowerShell.Commands.HttpVersionCompletionsAttribute]'
2296+
'[System.Management.Automation.ArgumentToVersionTransformationAttribute]'
22952297
)
22962298

22972299
$patternsToReplace = @(

0 commit comments

Comments
 (0)