X Tutup
The Wayback Machine - https://web.archive.org/web/20250421161359/https://github.com/PowerShell/PowerShell/pull/25103
Skip to content

Only build Linux for packaging changes #25103

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
Mar 11, 2025
Merged

Only build Linux for packaging changes #25103

merged 2 commits into from
Mar 11, 2025

Conversation

TravisEz13
Copy link
Member

@TravisEz13 TravisEz13 commented Feb 26, 2025

PR Summary

This pull request includes updates to the .vsts-ci/linux.yml file, mainly focusing on modifying the paths to include and exclude for the CI pipeline. The key changes involve updating the list of paths to be included and excluded in the pipeline configuration.

Changes to CI pipeline configuration:

  • Updated the include paths to be more specific, now including .vsts-ci/linux.yml, .vsts-ci/linux/templates/packaging.yml, assets/manpage/*, build.psm1, global.json, nuget.config, PowerShell.Common.props, src/*.csproj, tools/ci.psm1, and tools/packaging/*.
  • Removed the previous exclude paths, which included various configuration files, markdown files, and other miscellaneous files.

PR Context

This pipeline used to be testing the product now it is only testing packaging, and we don't need to trigger it as much.

PR Checklist

@TravisEz13 TravisEz13 requested a review from a team as a code owner February 26, 2025 22:56
@microsoft-github-policy-service microsoft-github-policy-service bot added the Review - Needed The PR is being reviewed label Mar 7, 2025
@TravisEz13 TravisEz13 added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 11, 2025
@TravisEz13
Copy link
Member Author

/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Review - Needed The PR is being reviewed label Mar 11, 2025
@TravisEz13 TravisEz13 enabled auto-merge (squash) March 11, 2025 20:17
@TravisEz13 TravisEz13 merged commit b5b5497 into master Mar 11, 2025
38 checks passed
Copy link
Contributor

microsoft-github-policy-service bot commented Mar 11, 2025

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

🔗 https://aka.ms/PSRepoFeedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

3 participants
X Tutup