Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebPack on VSTS Hosted Build

We're using the hosted build agent on VSTS to build and release our ASP.NET Core code to Azure App service.

My question is: can we run WebPack to handle front-end tasks on this hosted build on VSTS or do we have to do it manually before checking the code into our repository?

Update: I'm utilizing the new ASP.NET Core Build (Preview) template that's available on VSTS -- see below:

enter image description here

Here are the steps -- out of the box:

enter image description here

like image 499
Sam Avatar asked Oct 29 '22 17:10

Sam


1 Answers

For VSTS we're working on an extension, currently it's in beta phase, you can ask for a share.

Check the VSTS marketplace. Check this github repo.

like image 79
jkanczler Avatar answered Dec 11 '22 17:12

jkanczler