Skip to content

Commit

Permalink
updated publish profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nityan Khanna committed May 7, 2018
1 parent bfcf14c commit c1ed13e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 49 deletions.
4 changes: 2 additions & 2 deletions OpenIZAdmin/OpenIZAdmin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</NuGetPackageImportStamp>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -598,7 +599,6 @@
<Content Include="Content\bootstrap\badges.less" />
<Content Include="Content\bootstrap\alerts.less" />
<None Include="Properties\PublishProfiles\Disk.pubxml" />
<None Include="Properties\PublishProfiles\MARC_HI_khannan_TImRAdmin.pubxml" />
<Content Include="Scripts\address-search.js" />
<Content Include="Scripts\bootstrap-datepicker.js" />
<Content Include="Scripts\bootstrap-datepicker.min.js" />
Expand All @@ -607,7 +607,7 @@
<Content Include="Scripts\bootstrap.min.js" />
<Content Include="Scripts\concept-search.js" />
<Content Include="Scripts\datatables.js" />
<None Include="Properties\PublishProfiles\MARC_HI_khannan_TImRAdmin_Internal.pubxml" />
<None Include="Properties\PublishProfiles\MARC_HI_khannan_OpenIZ_Admin.pubxml" />
<None Include="Scripts\jquery-2.2.4.intellisense.js" />
<Content Include="Scripts\datetime-moment.js" />
<Content Include="Scripts\jquery-2.2.4.js" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<WebPublishMethod>MSDeploy</WebPublishMethod>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish>http:https://timradmin.marc-hi.ca</SiteUrlToLaunchAfterPublish>
<SiteUrlToLaunchAfterPublish>http:https://admin.demo.openiz.org</SiteUrlToLaunchAfterPublish>
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<MSDeployServiceURL>https://timradmin.marc-hi.ca:8172/msdeploy.axd</MSDeployServiceURL>
<DeployIisAppPath>TImRAdmin</DeployIisAppPath>
<MSDeployServiceURL>https://demo.openiz.org:8172/msdeploy.axd</MSDeployServiceURL>
<DeployIisAppPath>OpenIZ Admin</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
Expand All @@ -22,18 +22,22 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<PublishDatabaseSettings>
<Objects xmlns="">
<ObjectGroup Name="OpenIZAdminConnection" Order="1" Enabled="False">
<Destination Path="Data Source=.\SQLEXPRESS;Initial Catalog=OpenIZAdmin;Integrated Security=True" Name="Data Source=.\SQLEXPRESS;Initial Catalog=OpenIZAdmin;Integrated Security=SSPI;MultipleActiveResultSets=True" />
<Object Type="DbCodeFirst">
<Source Path="DBMigration" DbContext="OpenIZAdmin.DAL.ApplicationDbContext, OpenIZAdmin" MigrationConfiguration="OpenIZAdmin.Migrations.Configuration, OpenIZAdmin" Origin="Configuration" />
<Destination Path="Data Source=.;Initial Catalog=OpenIZAdmin;Integrated Security=True" Name="Data Source=.;Initial Catalog=OpenIZAdmin;Integrated Security=SSPI;MultipleActiveResultSets=True" />
<Object Type="DbDacFx">
<PreSource Path="Data Source=.;Initial Catalog=OpenIZAdmin;Integrated Security=True" includeData="False" />
<Source Path="$(IntermediateOutputPath)AutoScripts\OpenIZAdminConnection_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
</Object>
<UpdateFrom Type="Web.Config">
<Source MatchValue="Data Source=.;Initial Catalog=OpenIZAdmin;Integrated Security=SSPI;MultipleActiveResultSets=True;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
</Objects>
</PublishDatabaseSettings>
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
</PropertyGroup>
<ItemGroup>
<MSDeployParameterValue Include="$(DeployParameterPrefix)OpenIZAdminConnection-Web.config Connection String">
<ParameterValue>Data Source=.\SQLEXPRESS;Initial Catalog=OpenIZAdmin;Integrated Security=SSPI;MultipleActiveResultSets=True</ParameterValue>
<MSDeployParameterValue Include="OpenIZAdminConnection-Web.config Connection String">
<ParameterValue>Data Source=.;Initial Catalog=OpenIZAdmin;Integrated Security=SSPI;MultipleActiveResultSets=True</ParameterValue>
</MSDeployParameterValue>
</ItemGroup>
</Project>

This file was deleted.

0 comments on commit c1ed13e

Please sign in to comment.