From 58cc8ecc5a46b7c2c5a1888ec69bab13f3335eba Mon Sep 17 00:00:00 2001 From: Alexander Mnich <56564725+a-mnich@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:05:49 +0100 Subject: [PATCH] package rebuild: add logging --- scripts/Update-AllPackageManifests.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Update-AllPackageManifests.ps1 b/scripts/Update-AllPackageManifests.ps1 index eb7d4b9..f70bb1a 100644 --- a/scripts/Update-AllPackageManifests.ps1 +++ b/scripts/Update-AllPackageManifests.ps1 @@ -80,6 +80,7 @@ function Update-WingetPackage { Install-Komac foreach ($version in $manifestDict.Keys) { $manifest = $manifestDict[$version] + Write-Host "Processing $PackageIdentifier version $version" # Extract the installer links from the manifest $installerLinks = Export-InstallerLinks -Manifest $manifest # only perform rebuild if it will not be submitted or if no PR exists