vercel / vercel-azure-devops-extension

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

feat: add output for original deployment url to enable creation of ow… #30

Closed phidol closed 2 months ago

phidol commented 2 months ago

…n alias in separate task

phidol commented 2 months ago

When run with preview flag the task returns the url of the alias that it has created instead of the original deployment url. I want to create an alias with my own convention in a following task. For that I need the original deployment url as you can't create an alias from an alias url.