* Update PSResourceGet to v1.1.0-RC2
* Fix windows packaging
* Update windows bom
* Update version string to be lowercase
---------
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
* checkin generataed manpage
* move ronn file into new folder
* update build and release to use new asset
* add a minimal macos packaging test
* add correct dependency for the macos packaging stage
* fix packaging error
* remove removing files
* Enable CodeQL in the APIScan build
* fix indentation
* fix build name
* Manually add CodeQL
* enable TSA directly in codeql
* update codeql source code directory
* go back to version 0
* switch to variable to configure source code root
* Update .pipelines/apiscan-gen-notice.yml
* Merged PR 32689: Fix typo in release-MakeBlobPublic.yml
Fix typo in release-MakeBlobPublic.yml
* Merged PR 32696: Fixed Test Scenario for Compress-PSResource
The test was failing because a relative path was provided to parameter -DestinationPath.
Should update Compress-PSResource to accept relative paths for -DestinationPath.
----
#### AI description (iteration 1)
#### PR Classification
Bug fix for a failing test scenario.
#### PR Summary
This pull request fixes the test scenario for the `Compress-PSResource` function.
- `Microsoft.PowerShell.PSResourceGet.Tests.ps1`: Updated the path resolution for `$PublishedNupkgs` using `Resolve-Path` and added a missing line break in the test for compressing a module.
* Merged PR 32709: Changelog for v7.5.0-preview.5
Added 7.5.0-preview.5 change log
----
Changelog update for the new preview release.
This pull request updates the changelog for the v7.5.0-preview.5 release, documenting breaking changes, engine updates, new features, and other improvements.
- `ConvertTo-Json`: Treat large Enum values as numbers.
- `Import-Module`: Fix processor architecture validation.
- `Resolve-Path` and `Convert-Path`: Add `-Force` parameter to support wildcard hidden files.
- `PSResourceGet` test: Fix cleanup.
- Various build and packaging improvements, including updates to dependencies and test scenarios.
* added ks2 to release pipeline
* Merged PR 32752: Copy global tools to static site
Rather than an intermediate folder that must be manually copied into the static site.
----
#### AI description (iteration 1)
#### PR Classification
Code modification to enhance functionality.
#### PR Summary
This pull request updates the release pipeline to copy global tools to a static site.
- Changes in `/.pipelines/templates/release-MakeBlobPublic.yml` to set `prefix` and `destinationPrefix` for blob copying.
- Adjusted destination container name to use `$web` and updated blob naming conventions.
* Merged PR 32759: Switch to single quotes for container name in global tool copy
#### AI description (iteration 1)
#### PR Classification
Code cleanup
#### PR Summary
This pull request updates the container name string to use single quotes for consistency.
- Changes in `/.pipelines/templates/release-MakeBlobPublic.yml` to switch `$destinationContainerName` from double quotes to single quotes.
* Added condition for make blob public
* moved conditional from global tools to copy
* conditional as a paramter instead of var
* removed dependency
* blob folder name to release Tag
---------
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
Co-authored-by: Justin Chung <t-juchung@microsoft.com>
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
Co-authored-by: Patrick Meinecke <pmeinecke@microsoft.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
* Enable and Disable CodeQL in the right places during the official build
* fix codeql condition
* fix syntax error
* Enable codeQL issue filing
* use parameter instead of branch to force codeql
* try to name the build better
* Update .pipelines/PowerShell-Coordinated_Packages-Official.yml
* add debugging to display name of debugging parameters
* fix spacing
* Update .pipelines/PowerShell-Coordinated_Packages-Official.yml