Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fixes to Azure Public feed usage#24149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
TravisEz13 merged 42 commits intoPowerShell:masterfromTravisEz13:cfsFixes
Aug 15, 2024

Conversation

TravisEz13
Copy link
Member

@TravisEz13TravisEz13 commentedAug 14, 2024
edited
Loading

Summary

This is to ensure that the official release only uses Azure Public feeds.

This pull request includes several changes to.pipelines andbuild.psm1 files to streamline the build process, improve configuration management, and enhance the flexibility of the build scripts. The most important changes include updates to variable groups, improvements in the handling of configuration files, and enhancements to the build scripts to support additional parameters and error handling.

Pipeline Configuration Updates:

Build Script Enhancements:

  • build.psm1: Improved theSwitch-PSNugetConfig function to support mandatory parameters and added error handling for missing configurations.
  • build.psm1: Modified thePublish-PSTestTools function to conditionally includeTestService tool only on Windows.
  • build.psm1: Added verbose logging for capturing NuGet sources inStart-PSBootstrap.

These changes aim to improve the maintainability and robustness of the build and release pipelines.

@TravisEz13TravisEz13 added CL-BuildPackagingIndicates that a PR should be marked as a build or packaging change in the Change Log Backport-7.2.x-Consider BackPort-7.4.x-Consider labelsAug 15, 2024
@TravisEz13TravisEz13 merged commit5919a24 intoPowerShell:masterAug 15, 2024
41 checks passed
chrisdent-de pushed a commit to chrisdent-de/PowerShell that referenced this pull requestSep 12, 2024
* 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
TravisEz13 added a commit to TravisEz13/PowerShell that referenced this pull requestOct 8, 2024
* 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
@TravisEz13TravisEz13 deleted the cfsFixes branchOctober 8, 2024 19:16
TravisEz13 added a commit to TravisEz13/PowerShell that referenced this pull requestOct 8, 2024
* 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
TravisEz13 added a commit that referenced this pull requestOct 10, 2024
* Fixes to Azure Public feed usage (#24149)* 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* fix the nuget sources
adityapatwardhan pushed a commit to adityapatwardhan/PowerShell that referenced this pull requestOct 14, 2024
* 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
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@adityapatwardhanadityapatwardhanadityapatwardhan approved these changes

@daxian-dbwdaxian-dbwAwaiting requested review from daxian-dbw

@anmenagaanmenagaAwaiting requested review from anmenaga

Assignees
No one assigned
Labels
Backport-7.2.x-DoneBackPort-7.4.x-DoneCL-BuildPackagingIndicates that a PR should be marked as a build or packaging change in the Change Log
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@TravisEz13@adityapatwardhan

[8]ページ先頭

©2009-2025 Movatter.jp