-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Using SDK compiler in torn builds #41791
Comments
dotnet-issue-labeler
bot
added
Area-NuGet
untriaged
Request triage from a team member
labels
Jun 25, 2024
Thanks for creating this issue! We believe this issue is related to NuGet tooling, which is maintained by the NuGet team. Thus, we closed this one and encourage you to raise this issue in the NuGet repository instead. Don’t forget to check out NuGet’s contributing guide before submitting an issue! If you believe this issue was closed out of error, please comment to let us know. Happy Coding! |
This was referenced Jul 2, 2024
This was referenced Jul 17, 2024
Merged
This was referenced Jul 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the work breakdown for #41790.
tasks\net472
folder in the Microsoft.Net.Compilers.Toolset.Framework package. This subset is all that is needed and makes the package not usable via<PackageReference>
. The latter reduces the incentive for customers to use it directly.<UsingTasks>
from [Microsoft.Common.tasks][microsoft-common-tasks]. Having a copy in Sdk.targets means that resetting$(RoslynTargetsPath)
during build will change the chosen compiler.<PackageDownload>
to acquire the Microsoft.Net.Sdk.Compilers.Toolset package$(RoslynTargetsPath)
to point into the package contentsThe text was updated successfully, but these errors were encountered: