Browse Source

Adjusted build order to move docker down the order

pull/151/head
Ollie Ferns 7 years ago
parent
commit
76f033ecf6
4 changed files with 9 additions and 0 deletions
  1. +1
    -0
      eShopOnContainers.sln
  2. +4
    -0
      src/Web/WebMVC/WebMVC.csproj
  3. +1
    -0
      src/Web/WebMonolithic/eShopWeb/eShopWeb.csproj
  4. +3
    -0
      src/Web/WebStatus/WebStatus.csproj

+ 1
- 0
eShopOnContainers.sln View File

@ -77,6 +77,7 @@ Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-co
{42681D9D-750A-4DF7-BD9F-9292CFD5C253} = {42681D9D-750A-4DF7-BD9F-9292CFD5C253}
{2110CBB0-3B38-4EE4-A743-DF6968D80D90} = {2110CBB0-3B38-4EE4-A743-DF6968D80D90}
{231226CE-690B-4979-8870-9A79D80928E2} = {231226CE-690B-4979-8870-9A79D80928E2}
{2DA840CE-FCEA-4CF7-B1A1-ADD7775E7357} = {2DA840CE-FCEA-4CF7-B1A1-ADD7775E7357}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildingBlocks", "BuildingBlocks", "{1EF3AC0F-F27C-46DD-AC53-D762D2C11C45}"


+ 4
- 0
src/Web/WebMVC/WebMVC.csproj View File

@ -63,4 +63,8 @@
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\lib\" />
</ItemGroup>
</Project>

+ 1
- 0
src/Web/WebMonolithic/eShopWeb/eShopWeb.csproj View File

@ -33,6 +33,7 @@
<Folder Include="Views\Catalog\" />
<Folder Include="wwwroot\css\catalog\" />
<Folder Include="wwwroot\fonts\" />
<Folder Include="wwwroot\lib\" />
</ItemGroup>
</Project>

+ 3
- 0
src/Web/WebStatus/WebStatus.csproj View File

@ -24,5 +24,8 @@
<ProjectReference Include="..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks.Data\Microsoft.Extensions.HealthChecks.Data.csproj" />
<ProjectReference Include="..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\lib\" />
</ItemGroup>
</Project>

Loading…
Cancel
Save