Remove unused Azure Devops windows CI workflows#26245
Merged
TravisEz13 merged 4 commits intomasterfrom Oct 21, 2025
Merged
Conversation
Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Migrate CI build agents from windows-2019 to windows-latest
Migrate CI build agents from windows-2019 to windows-latest
Oct 19, 2025
TravisEz13
approved these changes
Oct 19, 2025
Member
|
@copilot this is dead code, clean up the code instead of fixing it. |
Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Migrate CI build agents from windows-2019 to windows-latest
Migrate CI build agents from windows-2019 to windows-latest and remove dead code
Oct 19, 2025
TravisEz13
reviewed
Oct 19, 2025
Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
Copilot
AI
changed the title
Migrate CI build agents from windows-2019 to windows-latest and remove dead code
Remove dead Azure Pipelines code
Oct 19, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
Purpose: Remove obsolete Azure Pipelines Windows CI configuration now replaced by GitHub Actions.
- Delete legacy daily Windows pipeline definition (.vsts-ci/windows-daily.yml)
- Delete unused Windows test template (.vsts-ci/templates/windows-test.yml)
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .vsts-ci/windows-daily.yml | Removed obsolete daily Windows Azure Pipeline config |
| .vsts-ci/templates/windows-test.yml | Removed unused Windows test pipeline template |
Comments suppressed due to low confidence (4)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
daxian-dbw
approved these changes
Oct 20, 2025
TravisEz13
approved these changes
Oct 20, 2025
adityapatwardhan
approved these changes
Oct 21, 2025
Contributor
|
📣 Hey @@Copilot, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
SIRMARGIN
pushed a commit
to SIRMARGIN/PowerShell
that referenced
this pull request
Dec 12, 2025
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
kilasuit
pushed a commit
to kilasuit/PowerShell
that referenced
this pull request
Jan 2, 2026
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR removes dead Azure Pipelines configuration files that are no longer in use. The PowerShell project has migrated to GitHub Actions for CI/CD, making these legacy Azure Pipelines files obsolete.
Changes
Deleted unused Azure Pipelines configuration files:
.vsts-ci/windows-daily.yml:.vsts-ci/templates/windows-test.yml:Impact
.github/workflows/windows-ci.ymlusing GitHub ActionsTesting
References
Fixes #25931
Original prompt
Fixes #25931
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.