Is the "Do not build tags" setting working?
Hello,
I have this project: https://ci.appveyor.com/project/dlebansais/roslynhelpers
In the project settings, in General, I have checked the "Do not build tags" checkbox.
When I build and deploy (from script) on github release (https://github.com/dlebansais/RoslynHelpers/releases), github puts a tag on my master branch, and this seems to trigger a second, useless build. Does the setting I mentioned do what I think it does?
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 02 Jan, 2026 09:19 PM
Hi David,
You have to put that setting into
appveyor.ymlinstead.2 Posted by David Le Bansai... on 03 Jan, 2026 09:34 AM
it worked, thank you!