* 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
* Set up CI with Start Right
* remove deadcode and add copyright notice
* Update .pipelines/templates/compliance/apiscan.yml
* Apply suggestions from code review
* fix syntax
* Fix code PATs
* Fix feed PATs
* remove gallery commit
* update feed url
* Update to new variable groups
* Fix Variable name
* Fix credential template
* Disable Signing setup in prep stage
* Capture nuget source list
* lock down the firewall
* Add creds to feed switch to allow single switch location
* Use switch from build.psm1
* Use switch template instead of commands
* update to test feed
* disable codeql in jobs where we don't compile
* disable code sign validation for prep
* move capture steps to restore phase to see if it speeds things up
* remove duplicate capture of nuget config
* update test service
* Only build windows test service on windows
* warn when no config is generated
* try to fix test service
* fix web listener refs
* try removing dotnet tool
* update feedname with user info
* update package version that is not found
* try moving failing jobs to restore phase
* allow nuget inset in either phase
* update package ref
* use the right reporoot
* Move everything to restore
* Try adding build phase
* put nuget files in the right place
* move bootstrap into yaml
* remove onebranch agent items from macos build
* switch to environment variable
* bump a couple of packages
* fix formatting
* Fix static analysis issue
* update feed url to test restoring everything
* install the AzFeed cred provider
* fix binlog issues
* Update PowerShell-vPack-Official.yml for Azure Pipelines
* Merged PR 31369: fix version override parameter
- change default value of override version parameter to make actually optional
- eliminate redundant version override variable and use parameter directly
* Fix condition
* remove trailing spaces
* remove other syntax issue
---------
Co-authored-by: Tess Gauthier <tessgauthier@microsoft.com>