Philipp Dollst

Results 5 comments of Philipp Dollst

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...

I think I've figured out the root cause! **TLDR**: As a quick fix make sure to use your **Team ID** (starting with `team_`) instead of your **Personal Vercel ID** for...

Addition: This is issue **not** related to #32 and thus can't be avoided by pinning your version to an older version!

Adjusting Docs: #42 Deprecating usage of Personal Vercel ID: #43

Hey @svscorp, it's intended to be used with line breaks between the envs, e.g. like this: ``` - task: vercel-deployment-task@1 displayName: Deploy inputs: vercelToken: $(VERCEL_TOKEN) vercelOrgId: $(VERCEL_ORG_ID) production: true debug:...