Skip to content

Fix Signing in release pipeline#1960

Merged
anamnavi merged 3 commits intomasterfrom
release-1.2.0
Mar 11, 2026
Merged

Fix Signing in release pipeline#1960
anamnavi merged 3 commits intomasterfrom
release-1.2.0

Conversation

@anamnavi
Copy link
Member

@anamnavi anamnavi commented Mar 11, 2026

PR Summary

Fix Signing in release pipeline

PR Context

PR Checklist

Anam Navied added 3 commits March 10, 2026 22:28
Fix signing for .nupkg, defining ADO variable

----
#### AI description  (iteration 1)
#### PR Classification
Bug fix to resolve issues with signing .nupkg packages in the pipeline.

#### PR Summary
This pull request adjusts the pipeline steps to ensure the correct directory path is used for signing the .nupkg, while adding debugging steps to verify the directory contents before and after signing.
- `/pipelines/PSResourceGet-Official.yml`: Introduces a `publishPath` variable using `Join-Path` to reliably point to the `PublishedNupkg` directory.
- `/pipelines/PSResourceGet-Official.yml`: Updates registration, signing, and directory navigation steps to use `publishPath` instead of hardcoded paths, and adds commands to output folder contents for debugging.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…lishPath var reference

Remove isOutput on variable being set and update publishPath var reference

----
#### AI description  (iteration 1)
#### PR Classification
This pull request is a pipeline fix and code cleanup, adjusting variable setting and reference for improved consistency.

#### PR Summary
The changes remove the "isOutput=true" flag when setting the "publishPath" variable and update the file copy step to correctly reference the "publishPath".
- `/.pipelines/PSResourceGet-Official.yml`: Removed the "isOutput=true" from the variable setting command.
- `/.pipelines/PSResourceGet-Official.yml`: Updated the file copy task to use `publishPath` instead of `signOutPath` for selecting the published package.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Add ob_restore_phase to steps in packaging job
@anamnavi anamnavi changed the title Release 1.2.0 Fix Signing in release pipeline Mar 11, 2026
@anamnavi anamnavi merged commit 9c8bd26 into master Mar 11, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants