X Tutup
The Wayback Machine - https://web.archive.org/web/20240828163005/https://github.com/PowerShell/PowerShell/pull/24175
Skip to content
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

Remove old code that downloads msix for win-arm64 #24175

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

SteveL-MSFT
Copy link
Member

@SteveL-MSFT SteveL-MSFT commented Aug 19, 2024

PR Summary

The existing code tries to get the msix for win-arm64 as we didn't use to have a msi installer for win-arm64, but now that we do, I've removed that check as it's no longer applicable (and also incorrect).

PR Context

Fix #24171

PR Checklist

@microsoft-github-policy-service microsoft-github-policy-service bot added the Waiting on Author The PR was reviewed and requires changes or comments from the author before being accept label Aug 19, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot removed the Waiting on Author The PR was reviewed and requires changes or comments from the author before being accept label Aug 19, 2024
@TravisEz13 TravisEz13 enabled auto-merge (squash) August 19, 2024 22:03
@TravisEz13 TravisEz13 added the CL-Tools Indicates that a PR should be marked as a tools change in the Change Log label Aug 19, 2024
@TravisEz13 TravisEz13 merged commit 73bdc2b into PowerShell:master Aug 19, 2024
28 checks passed
Copy link
Contributor

microsoft-github-policy-service bot commented Aug 19, 2024

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

🔗 https://aka.ms/PSRepoFeedback

@SteveL-MSFT SteveL-MSFT deleted the install-arm64 branch August 19, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-Tools Indicates that a PR should be marked as a tools change in the Change Log
Projects
None yet
3 participants
X Tutup