Skip to content

Commit 4738c2b

Browse files
committed
Drop SupportsShouldProcess from Get-ExternalSymbolFiles.ps1
1 parent 5c12a14 commit 4738c2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/Get-ExternalSymbolFiles.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[CmdletBinding(SupportsShouldProcess = $true)]
1+
[CmdletBinding()]
22
Param (
33
)
44

0 commit comments

Comments
 (0)