Skip to content

Commit d2c950d

Browse files
committed
Fix issue WebMVC bootstrap lib not deployed to container in windows cli
1 parent b8f01a9 commit d2c950d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Web/WebMVC/WebMVC.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<DockerComposeProjectPath>..\..\..\docker-compose.dcproj</DockerComposeProjectPath>
1414
</PropertyGroup>
1515

16-
<ItemGroup>
16+
<!--<ItemGroup>
1717
<Compile Remove="wwwroot\lib\bootstrap\**" />
1818
<Content Remove="wwwroot\lib\bootstrap\**" />
1919
<EmbeddedResource Remove="wwwroot\lib\bootstrap\**" />
2020
<None Remove="wwwroot\lib\bootstrap\**" />
21-
</ItemGroup>
21+
</ItemGroup>-->
2222

2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.1.0" />

0 commit comments

Comments
 (0)