Skip to content

Commit

Permalink
remove Unprotect-SecureString.ps1 from exception (Azure#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyWei authored Jun 7, 2021
1 parent ba66e89 commit 3ff6090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/validate-signing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Write-Verbose -Message "Current path to check for unsigned files: ${pathToValida

################################# END EXTRACT NUPKG #################################

$exclude = @("Unprotect-SecureString.ps1")
# Add string of file name to $exclude hashtable to exclude specific files.
$exclude = @()

if (Test-Path -Path $pathToValidate -PathType Container)
{
Expand Down

0 comments on commit 3ff6090

Please sign in to comment.