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 2f1cf42 commit b6415c3Copy full SHA for b6415c3
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