Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
improvements to sign output:
╰─ $ Invoke-NuGetPackageSigning -WorkingDirectory 1.12 -Thumbprint $thumbprint
Initializing NuGet package signing process...
Verifying required tools...
✓ SignTool found at: signtool.exe
✓ NuGet found at: nuget.exe
✓ GitHub CLI found at: nuget.exe
Certificate Details:
Subject: CN=Yubico AB, O=Yubico AB, L=STOCKHOLM, S=Stockholms län, C=SE
Issuer: CN=DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1, O="DigiCert, Inc.", C=US
Thumbprint: A1614CD84976030D49209B56162D9EFA69B73698
Valid From: 02/27/2024 01:00:00
Valid To: 02/27/2027 00:59:59
Creating directory structure...
Validating required build assets...
✅ Found Symbol packages in: Symbols Packages.zip
✅ Found NuGet packages in: Nuget Packages.zip
📦 Processing ZIP files...
🔄 Processing: Nuget Packages.zip
📂 Extracting to: 1.12\unsigned\Nuget Packages
📋 Copying packages to unsigned directory
Copying: Yubico.Core.1.12.0.nupkg
🔐 Verifying attestation for: ..\Yubico.Core.1.12.0.nupkg
✅ Verified
Copying: Yubico.DotNetPolyfills.1.12.0.nupkg
🔐 Verifying attestation for: ..\Yubico.DotNetPolyfills.1.12.0.nupkg
✅ Verified
Copying: Yubico.YubiKey.1.12.0.nupkg
🔐 Verifying attestation for: ..\Yubico.YubiKey.1.12.0.nupkg
✅ Verified
✓ Copied 3 package(s)
🔄 Processing: Symbols Packages.zip
📂 Extracting to: 1.12\unsigned\Symbols Packages
📋 Copying packages to unsigned directory
Copying: Yubico.Core.1.12.0.snupkg
🔐 Verifying attestation for: ..\Yubico.Core.1.12.0.snupkg
✅ Verified
Copying: Yubico.DotNetPolyfills.1.12.0.snupkg
🔐 Verifying attestation for: ..\Yubico.DotNetPolyfills.1.12.0.snupkg
✅ Verified
Copying: Yubico.YubiKey.1.12.0.snupkg
🔐 Verifying attestation for: ..\Yubico.YubiKey.1.12.0.snupkg
✅ Verified
✓ Copied 3 package(s)
📦 Processing NuGet packages...
Signing contents of: Yubico.Core.1.12.0.nupkg
Extracting to: 1.12\signed\libraries\Yubico.Core.1.12.0
Cleaning package structure
Signing assemblies...
✍️ Signing: ..\net47\Yubico.Core.dll
✍️ Signing: ..\netstandard2.0\Yubico.Core.dll
✍️ Signing: ..\netstandard2.1\Yubico.Core.dll
Repacking signed content...
Packing: Yubico.Core.nuspec
Signing contents of: Yubico.DotNetPolyfills.1.12.0.nupkg
Extracting to: 1.12\signed\libraries\Yubico.DotNetPolyfills.1.12.0
Cleaning package structure
Signing assemblies...
✍️ Signing: ..\netstandard2.0\Yubico.DotNetPolyfills.dll
✍️ Signing: ..\netstandard2.1\Yubico.DotNetPolyfills.dll
Repacking signed content...
Packing: Yubico.DotNetPolyfills.nuspec
Signing contents of: Yubico.YubiKey.1.12.0.nupkg
Extracting to: 1.12\signed\libraries\Yubico.YubiKey.1.12.0
Cleaning package structure
Signing assemblies...
✍️ Signing: ..\net47\Yubico.YubiKey.dll
✍️ Signing: ..\netstandard2.0\Yubico.YubiKey.dll
✍️ Signing: ..\netstandard2.1\Yubico.YubiKey.dll
Repacking signed content...
Packing: Yubico.YubiKey.nuspec
Copying symbol packages...
Copying: Yubico.Core.1.12.0.snupkg
Copying: Yubico.DotNetPolyfills.1.12.0.snupkg
Copying: Yubico.YubiKey.1.12.0.snupkg
🔏 Signing final packages...
✒️ Signing package: Yubico.Core.1.12.0.nupkg
✒️ Signing package: Yubico.Core.1.12.0.snupkg
✒️ Signing package: Yubico.DotNetPolyfills.1.12.0.nupkg
✒️ Signing package: Yubico.DotNetPolyfills.1.12.0.snupkg
✒️ Signing package: Yubico.YubiKey.1.12.0.nupkg
✒️ Signing package: Yubico.YubiKey.1.12.0.snupkg
📊 Signed Packages Summary:
NuGet Packages:
📦 Yubico.Core.1.12.0.nupkg [522,12 KB]
📦 Yubico.DotNetPolyfills.1.12.0.nupkg [41,36 KB]
📦 Yubico.YubiKey.1.12.0.nupkg [1 742,20 KB]
Symbol Packages:
🔍 Yubico.Core.1.12.0.snupkg [129,79 KB]
🔍 Yubico.DotNetPolyfills.1.12.0.snupkg [26,21 KB]
🔍 Yubico.YubiKey.1.12.0.snupkg [444,79 KB]
✨ Package signing process completed successfully! ✨
Locate your signed packages here: 1.12\signed\packages