jycouet / VSTSExtensions

MIT License
30 stars 11 forks source link

How to exclude specific folders? #22

Closed mmodi closed 4 years ago

mmodi commented 4 years ago

This is a:

Description

jycouet commented 4 years ago

Regarding what?

mmodi commented 4 years ago

Hi @jycouet I am using Renovate extension in the VSTS pipeline. Now, I am running the build against one of my branch. In this code base, I am using few static dependencies and I want to exclude static folder while Renovate extension check for the stable release. So, how can I exclude a specific folder?

I tried --ignorePaths=./static/** but it's not working

jycouet commented 4 years ago

Hello,

Can you try in adding the arg: --copy-local-libs? Like this: image

Thank you