-
Notifications
You must be signed in to change notification settings - Fork 106
Comparing changes
Open a pull request
base repository: PowerShell/PSResourceGet
base: testbranch
head repository: PowerShell/PSResourceGet
compare: master
- 11 commits
- 4 files changed
- 2 contributors
Commits on Mar 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f4bd328 - Browse repository at this point
Copy the full SHA f4bd328View commit details -
Merged PR 38899: Fix signing for .nupkg
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 -->
Anam Navied committedMar 10, 2026 Configuration menu - View commit details
-
Copy full SHA for 7095763 - Browse repository at this point
Copy the full SHA 7095763View commit details -
Merged PR 38901: Remove isOutput on variable being set and update pub…
…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 -->
Anam Navied committedMar 10, 2026 Configuration menu - View commit details
-
Copy full SHA for 63b258a - Browse repository at this point
Copy the full SHA 63b258aView commit details
Commits on Mar 11, 2026
-
Merged PR 38916: Add ob_restore_phase to steps in packaging job
Add ob_restore_phase to steps in packaging job
Anam Navied committedMar 11, 2026 Configuration menu - View commit details
-
Copy full SHA for 9289da1 - Browse repository at this point
Copy the full SHA 9289da1View commit details -
Merged PR 38899: Fix signing for .nupkg
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 -->
Configuration menu - View commit details
-
Copy full SHA for c890428 - Browse repository at this point
Copy the full SHA c890428View commit details -
Merged PR 38901: Remove isOutput on variable being set and update pub…
…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 -->
Configuration menu - View commit details
-
Copy full SHA for be743d5 - Browse repository at this point
Copy the full SHA be743d5View commit details -
Merged PR 38916: Add ob_restore_phase to steps in packaging job
Add ob_restore_phase to steps in packaging job
Configuration menu - View commit details
-
Copy full SHA for 4558c31 - Browse repository at this point
Copy the full SHA 4558c31View commit details -
Revert "Merged PR 38916: Add ob_restore_phase to steps in packaging job"
This reverts commit 4558c31.
Configuration menu - View commit details
-
Copy full SHA for 7f7dff0 - Browse repository at this point
Copy the full SHA 7f7dff0View commit details -
Revert "Merged PR 38901: Remove isOutput on variable being set and up…
…date publishPath var reference" This reverts commit be743d5.
Configuration menu - View commit details
-
Copy full SHA for 63e27a7 - Browse repository at this point
Copy the full SHA 63e27a7View commit details -
Revert "Merged PR 38899: Fix signing for .nupkg"
This reverts commit c890428.
Configuration menu - View commit details
-
Copy full SHA for 75dc872 - Browse repository at this point
Copy the full SHA 75dc872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8bd26 - Browse repository at this point
Copy the full SHA 9c8bd26View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff testbranch...master