-
Notifications
You must be signed in to change notification settings - Fork 757
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
Need MSBuild task to integrate with build systems #290
Comments
This needs #313 to work right. |
@majastrz - Is this addressed by az cli integration? I don't know if that is available in MSBuild |
No, it's not. There's two things we would need for this:
|
You might ultimately want to build an MSBuild task that shells out to the compiler. There's a significant amount of complexity that you take on by trying to load dependencies into the MSBuild process - in particular something like Newtonsoft.Json as a dependency is fraught will peril, and the amount of peril increases with every additional dependency. I've built a few of these kinds of things. https://github.com/dotnet/sdk/tree/master/src/RazorSdk/Targets Feel free to pull me in if want to discuss further. |
Will do. Yeah, the plan is to keep it out of (msbuild) proc for exactly those reasons. |
Cool beans. Tis a good plan then 🤣 |
This will facilitate internal testing/dogfooding.
The text was updated successfully, but these errors were encountered: