We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917a5a9 commit 0408430Copy full SHA for 0408430
CommonComponents/CommonComponents.csproj
@@ -18,10 +18,10 @@
18
<ProjectReference Include="..\SharedModels\SharedModels.csproj" />
19
</ItemGroup>
20
21
- <ItemGroup Condition="'$(Configuration)'=='Release'">
+ <!-- <ItemGroup Condition="'$(Configuration)'=='Release'">
22
<Content Remove="wwwroot\css\app.css" />
23
<None Include="wwwroot\css\app.css" />
24
- </ItemGroup>
+ </ItemGroup> -->
25
26
<Target Name="BuildCSS" BeforeTargets="PreBuildEvent" Condition="'$(Configuration)'=='Release'">
27
<Exec Command="npm run buildcss" />
0 commit comments