Skip to content

Commit

Permalink
suppress warnings for using PSRepository cmdlets
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWTruher committed Jan 13, 2021
1 parent 573a1b0 commit 5e9cb36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@ function Copy-CrossCompatibilityModule
# creates the nuget package which can be used for publishing to the gallery
function Start-CreatePackage
{
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseCompatibleCommands', '')]
param ( [switch]$signed )
try {
if ( $signed ) {
Expand Down

0 comments on commit 5e9cb36

Please sign in to comment.