multiple configuration only works on master branch.

gongdo's Avatar

gongdo

26 Aug, 2016 10:21 AM

I want to configure 2 branches (master, dev) with different configuration.
The master configuration seems fine, but the dev one is not working when I pushed to the dev branch.
Here's my yml configuration.

https://github.com/OpenBapul/ApplicationInsights-TelemetryReplication/blob/dev/appveyor.yml

What am I missing here?

  1. 1 Posted by Ilya Finkelshte... on 26 Aug, 2016 06:57 PM

    Ilya Finkelshteyn's Avatar

    Hello,

    Can you please try go to https://github.com/OpenBapul/ApplicationInsights-TelemetryReplicati..., open webhook which is set for Appveyor, got to Recent Deliveries and check if webhook was sent at the time when change to dev was made.

    Also can you please temporary simplify appveyor.yml exclude any other setting to affect the behavior, make it like this:

    # configuration for "master" branch
    -
      branches:
        only:
          - master
    
      version: '{build}'
    
    # configuration for "dev"
    -
      branches:
        only:
          - dev
    
      version: '{build}'
    
    # "fall back" configuration for all other branches
    # no "branches" section defined
    # do not deploy at all
    -
      configuration: Debug
    

    Let us please know the results.

    --ilya.

  2. 2 Posted by gongdo on 27 Aug, 2016 07:20 AM

    gongdo's Avatar

    Oh I didn't realize that the AppVeyor hook was deleted.
    After set the hook on the GitHub again, everything is working good.
    Thanks for help.

  3. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:08 AM.

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