Running EF migrations
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?
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 02 Mar, 2016 09:43 PM
Yes, there is a list of IP addresses used by build workers: http://www.appveyor.com/docs/build-configuration#ip-addresses
2 Posted by calinoiu.alexan... on 03 Mar, 2016 04:24 AM
Thank you, you guys are awesome!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.