Github tag not recognized
I created a new release on the latest commit in one of my github repos:
https://github.com/jbrwn/NET-Mapnik/commit/2b4b09f96e18621d442e1d93...
The release tag is not getting recognized by appveyor when i force a "new build" or "re-build commit" in the web UI. For example:
https://ci.appveyor.com/project/jbrwn/net-mapnik/build/2.1.0.95
This is an for me because i have logic in my appveyor.yml file that only builds release nuget packages when there is a github tag. Any ideas what might be going on? The commit that i am trying to build/re-build on appveyor has [skip ci] in the commit message. It was not built by appveyor on commit but i am trying to build it now that it has a github tag associated with it.
Any help is much appreciated.
Comments are currently closed for this discussion. You can start a new one.
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 27 May, 2015 08:37 PM
Tag can only be recognized if build started by webhook. However,
[skip ci]
in the message explicitly tells AppVeyor to skip that build despite the tag. When you run through "New build" or "Re-build" buttons they just pickup most recent commit in default branch of specific build commit correspondingly.2 Posted by Joel Brown on 27 May, 2015 09:11 PM
Thanks Feodor. I created a new release on a commit that doesn't contain [skip ci] and all appears to be working correctly.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:56 AM.