Running EF migrations

calinoiu.alexandru's Avatar

calinoiu.alexandru

02 Mar, 2016 08:51 PM

Hi,

After deployment I want to run EF7 migrations using the following command.

after_deploy:
- cmd: >-
    cd SomProjectFolder
    dnx ef database update -p TheDataProject

This will work great except azure database has firewall rules, does the build server has a static ip that I can add to my firewall?

  1. Support Staff 1 Posted by Feodor Fitsner on 02 Mar, 2016 09:43 PM

    Feodor Fitsner's Avatar

    Yes, there is a list of IP addresses used by build workers: http://www.appveyor.com/docs/build-configuration#ip-addresses

  2. 2 Posted by calinoiu.alexan... on 03 Mar, 2016 04:24 AM

    calinoiu.alexandru's Avatar

    Thank you, you guys are awesome!

  3. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 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