Skip to content

Various SDK build fixes within VS #49748

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MiYanni
Copy link
Member

@MiYanni MiYanni commented Jul 12, 2025

Builds on: #49746

Summary

Various fixes:

  • Changed manifest-packages.proj to manifest-packages.csproj for VS compatibility
  • Added NU5039 to NoWarn since we get this warning for all the packages we make
  • Added -ExecutionPolicy Bypass since you cannot build the redist project if your PowerShell is set to Restricted ExecutionPolicy (default on new Windows installs)
  • Added GetTargetPath target to sdk-tasks.csproj as it was complaining about it when trying to rebuild
    • I was trying to find the correct fix from here but it didn't work

MiYanni added 2 commits July 11, 2025 14:01
… NoWarn for NU5039. Added -ExecutionPolicy Bypass for calls to PowerShell. Added blank GetTargetPath to sdk-tasks.csproj. Other minor cleanup.
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.

1 participant