59 lines
3.7 KiB
XML
59 lines
3.7 KiB
XML
<?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>Debug</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish>http://planitnosso.azurewebsites.net</SiteUrlToLaunchAfterPublish>
|
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
<ExcludeApp_Data>False</ExcludeApp_Data>
|
|
<MSDeployServiceURL>planitnosso.scm.azurewebsites.net:443</MSDeployServiceURL>
|
|
<DeployIisAppPath>planitNoSSO</DeployIisAppPath>
|
|
<RemoteSitePhysicalPath />
|
|
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
|
|
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
|
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
|
<UserName>$planitNoSSO</UserName>
|
|
<_SavePWD>True</_SavePWD>
|
|
<_DestinationType>AzureWebSite</_DestinationType>
|
|
<PublishDatabaseSettings>
|
|
<Objects xmlns="">
|
|
<ObjectGroup Name="EnVisageEntities" Order="1" Enabled="False">
|
|
<Destination Path="Data Source=pxh0tso2tp.database.windows.net;Initial Catalog=Envisage;Persist Security Info=True;User ID=eserve;Password=nobeer4u!" />
|
|
<Object Type="DbCodeFirst">
|
|
<Source Path="DBContext" DbContext="EnVisage.EnVisageEntities, EnVisage" Origin="Configuration" />
|
|
</Object>
|
|
</ObjectGroup>
|
|
<ObjectGroup Name="DefaultConnection" Order="2" Enabled="False">
|
|
<Destination Path="Data Source=pxh0tso2tp.database.windows.net;Initial Catalog=Envisage;Persist Security Info=True;User ID=eserve;Password=nobeer4u!" />
|
|
<Object Type="DbCodeFirst">
|
|
<Source Path="DBContext" DbContext="EnVisage.Models.ApplicationDbContext, EnVisage" Origin="Configuration" />
|
|
</Object>
|
|
</ObjectGroup>
|
|
<ObjectGroup Name="ADConnectionString" Order="3" Enabled="False">
|
|
<Destination Path="" />
|
|
<Object Type="DbDacFx">
|
|
<PreSource Path="LDAP://tulasoft.com/CN=Users,DC=tulasoft,DC=test,DC=com" includeData="False" />
|
|
<Source Path="$(IntermediateOutputPath)AutoScripts\ADConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
|
</Object>
|
|
<UpdateFrom Type="Web.Config">
|
|
<Source MatchValue="LDAP://tulasoft.com/CN=Users,DC=tulasoft,DC=test,DC=com" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
|
</UpdateFrom>
|
|
</ObjectGroup>
|
|
</Objects>
|
|
</PublishDatabaseSettings>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)ADConnectionString-Web.config Connection String" />
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)DefaultConnection-Web.config Connection String">
|
|
<ParameterValue>Data Source=pxh0tso2tp.database.windows.net;Initial Catalog=Envisage;Persist Security Info=True;User ID=eserve;Password=nobeer4u!</ParameterValue>
|
|
</MSDeployParameterValue>
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)EnVisageEntities-Web.config Connection String">
|
|
<ParameterValue>metadata=res://*/DataModel.csdl|res://*/DataModel.ssdl|res://*/DataModel.msl;provider=System.Data.SqlClient;provider connection string="Data Source=pxh0tso2tp.database.windows.net;Initial Catalog=Envisage;Persist Security Info=True;User ID=eserve;Password=nobeer4u!"</ParameterValue>
|
|
</MSDeployParameterValue>
|
|
</ItemGroup>
|
|
</Project> |