Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/PSResourceGet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0-rc3
Choose a base ref
...
head repository: PowerShell/PSResourceGet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 10, 2026

  1. Configuration menu
    Copy the full SHA
    73b90e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Configuration menu
    Copy the full SHA
    f4bd328 View commit details
    Browse the repository at this point in the history
  2. 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 committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    7095763 View commit details
    Browse the repository at this point in the history
  3. 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 committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    63b258a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Merged PR 38916: Add ob_restore_phase to steps in packaging job

    Add ob_restore_phase to steps in packaging job
    Anam Navied committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    9289da1 View commit details
    Browse the repository at this point in the history
Loading