Default branch not working as expected
Documentation states that
Default branch which can be specified on the General tab of project settings is built whenever a new build is started from UI, schedule or API.
The project AutoMapper.Unity
has default branch set to master
. But when I push the
"New build button" I get following:
git clone -q --branch=appveyor-test git://github.com/srogovtsev/AutoMapper.Unity.git C:\projects\automapper-unity
which shows that it's building for the branch
appveyor-test
(an example build is
here).
Why is that?
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 04 Nov, 2014 10:07 PM
The behavior of this button has been changed recently:
will update docs.
2 Posted by lair on 04 Nov, 2014 10:13 PM
Yes, I could verify that behaviour (at least 1st and 3rd options). Thanks.
lair closed this discussion on 04 Nov, 2014 10:14 PM.