Build Tasks using msbuild should have support to VS CODE #547

Closed
opened 2025-08-09 17:16:43 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @DavidNorena on 7/26/2017

Hi guys, build tasks are configured using msbuild in project like this:

image

Note: I modified the original source to use yarn and not npm.

In the wiki or readme I think you should have a tasks.json with the msbuild tasks equivalent for people that uses VS CODE IDE. Could somebody please help me with that ?

image

I also think that its useful (at least for me sometimes) to have a task named clean in msbuild in the templates like this:

image

So if you wanna clean your project you also clean the webpack "compiled" files.
And i think is good idea to add it to the templates .....

Thanks for reading me

*Originally created by @DavidNorena on 7/26/2017* Hi guys, build tasks are configured using msbuild in project like this: ![image](https://user-images.githubusercontent.com/26279057/28628857-6775f5e6-71eb-11e7-9e3a-bcfc98e6211e.png) **Note:** I modified the original source to use yarn and not npm. In the wiki or readme I think you should have a tasks.json with the msbuild tasks equivalent for people that uses VS CODE IDE. Could somebody please help me with that ? ![image](https://user-images.githubusercontent.com/26279057/28628956-a5e23f06-71eb-11e7-97ff-bfb50af109e2.png) I also think that its useful (at least for me sometimes) to have a task named clean in msbuild in the templates like this: ![image](https://user-images.githubusercontent.com/26279057/28629020-d129c5da-71eb-11e7-81ae-db0a4c5c8c92.png) So if you wanna clean your project you also clean the webpack "compiled" files. And i think is good idea to add it to the templates ..... Thanks for reading me
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#547
No description provided.