Build using git tag via the REST API
Is there a way to request a build via REST API for a particular tag? I can see that I can send use https://www.appveyor.com/docs/api/projects-builds/#start-build-of-specific-branch-commit , but is there a way to use the tag directly?
Thanks,
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 16 Apr, 2020 03:20 AM
Yes, that's possible: https://help.appveyor.com/discussions/questions/45369-is-to-possibl...
Additionally, you can check if
MY_RELEASE_TAG
is defined, for example:2 Posted by david on 06 May, 2020 03:05 PM
Thanks! Exactly what I was looking for.