Search code examples
continuous-integrationappveyor

Appveyor – How to switch off deploy if there is not git tag


I have this in my config and I want switch off deploy when git tag is missing

build: off test: on deploy: on

How can I do than?


Solution

  • Please read about conditional deployment and specifically deployment on tag here.