-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Remove unused Azure Devops windows CI workflows #26245
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
Conversation
Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
|
@copilot this is dead code, clean up the code instead of fixing it. |
Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
|
📣 Hey @@Copilot, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
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.