vercel / vercel-azure-devops-extension

An Azure DevOps Extension for deploying to Vercel from Azure Pipelines
MIT License
22 stars 5 forks source link

Add support for --archive flag #22

Closed phidol closed 2 months ago

phidol commented 2 months ago

I'm currently trying to deploy a rather big code base (20,000+ files). The Vercel CLI has a limit of 15,000 files. To mitigate this I would like to add an input to enable the --archive=tgz flag.

PR will follow in a second.

phidol commented 2 months ago

23