WaelHamze / dyn365-ce-vsts-tasks

VSTS Extension for Dynamics 365 Customer Engagement
https://marketplace.visualstudio.com/items?itemName=WaelHamze.xrm-ci-framework-build-tasks
GNU General Public License v3.0
115 stars 54 forks source link

MSCRMPackSolution bundle.js being ignored in mapping #289

Open Skubakoob opened 1 year ago

Skubakoob commented 1 year ago

Hi!

We have some PCF components that are built in pipelines. When I add a folder mapping to pick up the built artifact i.e.

I get an odd behaviour. Basically, the manifest file is mapped in and included when the solution is packed, but, the bundle.js file isn't for some reason. I can see the bundle.js is as expected in the artifact that is generated, so I don't understand why it's ignoring that file in the pack.

Any idea why that would be?