We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573a1b0 commit 5e9cb36Copy full SHA for 5e9cb36
build.psm1
@@ -766,6 +766,7 @@ function Copy-CrossCompatibilityModule
766
# creates the nuget package which can be used for publishing to the gallery
767
function Start-CreatePackage
768
{
769
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseCompatibleCommands', '')]
770
param ( [switch]$signed )
771
try {
772
if ( $signed ) {
0 commit comments