Skip to content

Update and add new NuGet package sources for different environments.#24264

Merged
TravisEz13 merged 5 commits intomasterfrom
TravisEz13-patch-1
Sep 10, 2024
Merged

Update and add new NuGet package sources for different environments.#24264
TravisEz13 merged 5 commits intomasterfrom
TravisEz13-patch-1

Conversation

@TravisEz13
Copy link
Member

@TravisEz13 TravisEz13 commented Sep 9, 2024

PR Summary

This pull request includes changes to the build.psm1 script and the nuget.config file to update and add new NuGet package sources for different environments.

Updates to NuGet package sources:

  • build.psm1: Added configuration for the test/tools/Modules/ directory to include the gallery and powershell package sources.

  • test/tools/Modules/nuget.config: Updated the package source URL from PSGallery to the powershell package source.

PR Context

PR Checklist

@TravisEz13 TravisEz13 changed the title Update nuget.config Update and add new NuGet package sources for different environments. Sep 9, 2024
@TravisEz13 TravisEz13 marked this pull request as ready for review September 9, 2024 18:22
@daxian-dbw daxian-dbw added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Sep 10, 2024
@TravisEz13 TravisEz13 enabled auto-merge (squash) September 10, 2024 19:18
<packageSources>
<clear />
<add key="PSGallery" value="https://www.powershellgallery.com/api/v2/" />
<add key="powershell" value="https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/PowerShell-7-5-preview-test-2/nuget/v3/index.json" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems mighty specific. Will this need to be changed regularly?

Copy link
Collaborator

@JamesWTruher JamesWTruher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a single non-blocking question

@TravisEz13 TravisEz13 merged commit 3097c18 into master Sep 10, 2024
@microsoft-github-policy-service
Copy link
Contributor

microsoft-github-policy-service bot commented Sep 10, 2024

📣 Hey @TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️

🔗 https://aka.ms/PSRepoFeedback

chrisdent-de pushed a commit to chrisdent-de/PowerShell that referenced this pull request Sep 12, 2024
…owerShell#24264)

* Update nuget.config

* Update build.psm1

* Update build.psm1

---------

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
adityapatwardhan pushed a commit to adityapatwardhan/PowerShell that referenced this pull request Sep 19, 2024
…owerShell#24264)

* Update nuget.config

* Update build.psm1

* Update build.psm1

---------

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
@TravisEz13 TravisEz13 deleted the TravisEz13-patch-1 branch October 8, 2024 19:15
adityapatwardhan pushed a commit to adityapatwardhan/PowerShell that referenced this pull request Oct 15, 2024
…owerShell#24264)

* Update nuget.config

* Update build.psm1

* Update build.psm1

---------

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport-7.2.x-Done BackPort-7.4.x-Done BackPort-7.5.x-Done CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants