Webpack on VSTS Hosted Build

We use the hosted build agent in VSTS to create and release our ASP.NET kernel code for the Azure App service.

My question is: can we run WebPack to handle the front tasks in this hosted assembly on VSTS or do we need to do this manually before checking the code in our repository?

Update: I am using the new ASP.NET Core Build (Preview) template available on VSTS - see below:

enter image description here

Here are the steps - out of the box:

enter image description here

+4
source share
2 answers

For VSTS, we are working on an extension, currently in beta, you can ask to share.

Mark the VSTS market . Check out this github repo .

+2

Webpack VS2015 VSTS. webpack CI/CD , webpack SPA (ASP.NET 4.6, Kendo, 15 000 , 2000 ). , , , IIS Azure webapp, 2- . VSTS : npm install global, npm install local, npm webpack install local, npm webpack install global, build pass 1, webpack, build pass 2 .. , -, webpack ( - ). , . VS2015: (1) " " (2) Content Include = "Built\StarStar" . " " greyed, ...

Build-Pass # 2 VSTS BUILD , Build-Pass # 1, , .

zip - , 15 000 , rezip (300 !). , VSTS.

, - CI/CD webpack. , , .

, ASP.NET, Angular 2 webpack .

0

Source: https://habr.com/ru/post/1659879/


All Articles