Skip to content

Commit 6b4b194

Browse files
fixing pssa happiness
1 parent c43dc03 commit 6b4b194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PSModuleDevelopment/functions/script/Set-PSMDStagingRepository.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
2323
Registers the local path 'C:\PowerShell\StagingRepo' as a repository and will use it for deploying modules along with scripts.
2424
#>
25+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseShouldProcessForStateChangingFunctions", "")]
2526
[CmdletBinding()]
2627
param (
2728
[Parameter(Mandatory = $true, ParameterSetName = 'Path')]

0 commit comments

Comments
 (0)