You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Creating a NuGet package for the MSBuild tasks would be very helpful. The biggest problem preventing this that there's not a reliable way with NuGet packages to add an MSBuild import into a project at a particular place. For example: If there are two NuGet packages that add an MSBuild import, there's no reliable way to force an import for a respective package to ALWAYS be last.
A proposed solution for that is to create an install.ps1 file that asks the developer at which point to place the given import into the project file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Creating a NuGet package for the MSBuild tasks would be very helpful. The biggest problem preventing this that there's not a reliable way with NuGet packages to add an MSBuild import into a project at a particular place. For example: If there are two NuGet packages that add an MSBuild import, there's no reliable way to force an import for a respective package to ALWAYS be last.
A proposed solution for that is to create an install.ps1 file that asks the developer at which point to place the given import into the project file.
The text was updated successfully, but these errors were encountered: