Skip to content

Commit

Permalink
Merge pull request #855 from unoplatform/dev/agzi/FixWindowsSigninMsix
Browse files Browse the repository at this point in the history
  • Loading branch information
agneszitte authored Aug 11, 2023
2 parents 81c2e40 + d888ffd commit d329672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/sign-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dotnet tool install --tool-path . SignClient
# Setup Variables we need to pass into the sign client tool
$appSettings = "$currentDirectory\SignClient.json"

$filesToSign = Get-ChildItem -Recurse $Env:ArtifactDirectory\* -Include *.msixbundle | Select-Object -ExpandProperty FullName
$filesToSign = Get-ChildItem -Recurse $Env:ArtifactDirectory\* -Include *.msix | Select-Object -ExpandProperty FullName

foreach ($fileToSign in $filesToSign) {
Write-Host "Submitting $fileToSign for signing"
Expand Down

0 comments on commit d329672

Please sign in to comment.