Skip to content

Commit

Permalink
- Added ability to specify external .cscfg file when building cloud s…
Browse files Browse the repository at this point in the history
…ervice projects.

- Cleaned up old publishing profiles & configurations
  • Loading branch information
jamesbak committed Dec 30, 2015
1 parent 1590b1a commit f692a8c
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 370 deletions.
11 changes: 6 additions & 5 deletions DashServer.Azure.Https/DashServer.Azure.Https.ccproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
</PropertyGroup>
<!-- Items for the project -->
<ItemGroup>
<ServiceConfiguration Include="ServiceConfiguration.Cloud - East.cscfg" />
<ServiceConfiguration Include="ServiceConfiguration.Local.cscfg" />
<ServiceConfiguration Include="ServiceConfiguration.Cloud.cscfg" />
<ServiceConfiguration Include="ServiceConfiguration.PublishHttps.cscfg" />
Expand Down Expand Up @@ -70,10 +69,6 @@
<SubType>Content</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<PublishProfile Include="Profiles\DashJbTestProduction.azurePubxml" />
<PublishProfile Include="Profiles\DashTestEastProduction.azurePubxml" />
</ItemGroup>
<!-- Virtual applications to publish -->
<ItemGroup>
<!-- For each virtual application add a VirtualApp item to this ItemGroup: -->
Expand All @@ -88,4 +83,10 @@
</PropertyGroup>
<Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" />
<Import Project="..\.build\AddVirtualApp.targets" />
<!-- Allow specification of own .cscfg file -->
<Target Name="BeforeResolveServiceModel">
<ItemGroup Condition="'$(SourceServiceConfiguration)' != ''">
<SourceServiceConfiguration Include="$(SourceServiceConfiguration)" />
</ItemGroup>
</Target>
</Project>
23 changes: 0 additions & 23 deletions DashServer.Azure.Https/Profiles/DashJbTestProduction.azurePubxml

This file was deleted.

23 changes: 0 additions & 23 deletions DashServer.Azure.Https/Profiles/DashTestEastProduction.azurePubxml

This file was deleted.

43 changes: 0 additions & 43 deletions DashServer.Azure.Https/ServiceConfiguration.Cloud - East.cscfg

This file was deleted.

18 changes: 6 additions & 12 deletions DashServer.Azure/DashServer.Azure.ccproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<ItemGroup>
<ServiceConfiguration Include="ServiceConfiguration.Publish.cscfg" />
<ServiceConfiguration Include="ServiceConfiguration.Publish.ILB.cscfg" />
<ServiceConfiguration Include="ServiceConfiguration.Cloud - East.cscfg" />
<ServiceConfiguration Include="ServiceConfiguration.Local.cscfg" />
<ServiceConfiguration Include="ServiceConfiguration.Cloud.cscfg" />
</ItemGroup>
Expand Down Expand Up @@ -70,17 +69,6 @@
<SubType>Content</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<PublishProfile Include="Profiles\DashJbTestProduction.azurePubxml" />
<PublishProfile Include="Profiles\dashweststorage - external.azurePubxml" />
<PublishProfile Include="Profiles\wmdashstorage - internal.azurePubxml" />
<PublishProfile Include="Profiles\DashTestEastProduction.azurePubxml" />
<PublishProfile Include="Profiles\DashTestEastProduction3.azurePubxml" />
<PublishProfile Include="Profiles\DashTestEastProduction2.azurePubxml" />
<PublishProfile Include="Profiles\DashTestEastProduction4.azurePubxml" />
<PublishProfile Include="Profiles\wmdashstorage - external.azurePubxml" />
<PublishProfile Include="Profiles\dashweststorage - internal.azurePubxml" />
</ItemGroup>
<!-- Virtual applications to publish -->
<ItemGroup>
<!-- For each virtual application add a VirtualApp item to this ItemGroup: -->
Expand All @@ -95,4 +83,10 @@
</PropertyGroup>
<Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" />
<Import Project="..\.build\AddVirtualApp.targets" />
<!-- Allow specification of own .cscfg file -->
<Target Name="BeforeResolveServiceModel">
<ItemGroup Condition="'$(SourceServiceConfiguration)' != ''">
<SourceServiceConfiguration Include="$(SourceServiceConfiguration)" />
</ItemGroup>
</Target>
</Project>
24 changes: 0 additions & 24 deletions DashServer.Azure/Profiles/DashJbTestProduction.azurePubxml

This file was deleted.

24 changes: 0 additions & 24 deletions DashServer.Azure/Profiles/DashTestEastProduction.azurePubxml

This file was deleted.

24 changes: 0 additions & 24 deletions DashServer.Azure/Profiles/DashTestEastProduction2.azurePubxml

This file was deleted.

24 changes: 0 additions & 24 deletions DashServer.Azure/Profiles/DashTestEastProduction3.azurePubxml

This file was deleted.

24 changes: 0 additions & 24 deletions DashServer.Azure/Profiles/DashTestEastProduction4.azurePubxml

This file was deleted.

24 changes: 0 additions & 24 deletions DashServer.Azure/Profiles/dashweststorage - external.azurePubxml

This file was deleted.

Loading

0 comments on commit f692a8c

Please sign in to comment.