-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GeekTrainer
committed
Jan 29, 2015
1 parent
d9fade1
commit c7e8993
Showing
4 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
ChristopherDemos/MusicStore/Properties/PublishProfiles/EFMVA.pubxml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process | ||
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121. | ||
--> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<WebPublishMethod>MSDeploy</WebPublishMethod> | ||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> | ||
<LastUsedPlatform>Any CPU</LastUsedPlatform> | ||
<SiteUrlToLaunchAfterPublish>http://efmva.azurewebsites.net</SiteUrlToLaunchAfterPublish> | ||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish> | ||
<ExcludeApp_Data>False</ExcludeApp_Data> | ||
<MSDeployServiceURL>efmva.scm.azurewebsites.net:443</MSDeployServiceURL> | ||
<DeployIisAppPath>EFMVA</DeployIisAppPath> | ||
<RemoteSitePhysicalPath /> | ||
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer> | ||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod> | ||
<EnableMSDeployBackup>True</EnableMSDeployBackup> | ||
<UserName>$EFMVA</UserName> | ||
<_SavePWD>True</_SavePWD> | ||
<_DestinationType>AzureWebSite</_DestinationType> | ||
<PublishDatabaseSettings> | ||
<Objects xmlns=""> | ||
<ObjectGroup Name="DefaultConnection" Order="1" Enabled="False"> | ||
<Destination Path="Data Source=tcp:frroph2bu2.database.windows.net,1433;Initial Catalog=EFMVA_db;User ID=EFMVA@frroph2bu2;Password=p@SSW0RD" Name="Data Source=tcp:frroph2bu2.database.windows.net,1433;Initial Catalog=EFMVA_db;User Id=EFMVA@frroph2bu2;Password=p@SSW0RD" /> | ||
<Object Type="DbCodeFirst"> | ||
<Source Path="DBContext" DbContext="MusicStore.Models.ApplicationDbContext, MusicStore" Origin="Configuration" /> | ||
</Object> | ||
</ObjectGroup> | ||
<ObjectGroup Name="MusicStore.Models.MusicStoreDataContext" Order="2" Enabled="True"> | ||
<Destination Path="Data Source=tcp:frroph2bu2.database.windows.net,1433;Initial Catalog=EFMVA_db;User ID=EFMVA@frroph2bu2;Password=p@SSW0RD" Name="Data Source=tcp:frroph2bu2.database.windows.net,1433;Initial Catalog=EFMVA_db;User Id=EFMVA@frroph2bu2;Password=p@SSW0RD" /> | ||
<Object Type="DbCodeFirst"> | ||
<Source Path="DBMigration" DbContext="MusicStore.Models.MusicStoreDataContext, MusicStore" MigrationConfiguration="MusicStore.Migrations.Configuration, MusicStore" Origin="Convention" /> | ||
</Object> | ||
</ObjectGroup> | ||
</Objects> | ||
</PublishDatabaseSettings> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<MSDeployParameterValue Include="$(DeployParameterPrefix)DefaultConnection-Web.config Connection String"> | ||
<ParameterValue>Data Source=tcp:frroph2bu2.database.windows.net,1433;Initial Catalog=EFMVA_db;User Id=EFMVA@frroph2bu2;Password=p@SSW0RD</ParameterValue> | ||
</MSDeployParameterValue> | ||
<MSDeployParameterValue Include="$(DeployParameterPrefix)MusicStore.Models.MusicStoreDataContext-Web.config Connection String"> | ||
<ParameterValue>Data Source=tcp:frroph2bu2.database.windows.net,1433;Initial Catalog=EFMVA_db;User Id=EFMVA@frroph2bu2;Password=p@SSW0RD</ParameterValue> | ||
</MSDeployParameterValue> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<_ConnectionStringsToInsert Include="MusicStore.Models.MusicStoreDataContext" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters