Skip to content

Publish artifacts in deploy box #365

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 16, 2025
Merged

Conversation

daxian-dbw
Copy link
Member

@daxian-dbw daxian-dbw commented Apr 15, 2025

PR Summary

Use deploy box to publish artifacts to nuget.org and powershellgallery.com.

  1. Use KS3 in all places.
  2. Expose the parameter 'publish' for the release pipeline, so we can control if we really want to publish artifacts for the release.
  3. Use deploy box to publish artifacts to nuget.org and powershellgallery.com

The pipeline runs to verify the changes:
Building: https://dev.azure.com/mscodehub/PowerShellCore/_build/results?buildId=581933&view=results
Packaging: https://dev.azure.com/mscodehub/PowerShellCore/_build/results?buildId=581955&view=results
Releasing: https://dev.azure.com/mscodehub/PowerShellCore/_build/results?buildId=581967&view=results

@@ -52,8 +52,7 @@ extends:
Network: KS3
WindowsHostVersion:
Version: 2022
# Azure container/blob operations get blocked when using KS3
Network: KS2
Network: KS3
Copy link
Member

Choose a reason for hiding this comment

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

really should be R1 but can be in a future PR

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, will change to use R1 in a separate PR. Opened #367 to track.

@daxian-dbw daxian-dbw merged commit a2b23fe into PowerShell:main Apr 16, 2025
4 checks passed
@daxian-dbw daxian-dbw deleted the deploy-box branch April 16, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants