Publish database with EF

This commit is contained in:
2016-05-09 10:48:29 -04:00
parent 1ce89a124e
commit 1ba8f24b10
2 changed files with 5 additions and 3 deletions
@@ -27,7 +27,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<ObjectGroup Name="LeafWebContext" Order="1" Enabled="False">
<Destination Path="" />
<Object Type="DbCodeFirst">
<Source Path="DBContext" DbContext="LeafWeb.Core.DAL.LeafWebContext, Core" Origin="Configuration" />
<Source Path="DBMigration" DbContext="LeafWeb.Core.DAL.LeafWebContext, Core" MigrationConfiguration="LeafWeb.Core.Migrations.Configuration, Core" Origin="Configuration" />
</Object>
</ObjectGroup>
</Objects>