Skip to content

Commit 436a19c

Browse files
committed
Try CI Fix
1 parent 4eb21de commit 436a19c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
<SassCompilerEnableWatcher>false</SassCompilerEnableWatcher>
3030
</PropertyGroup>
3131

32+
<PropertyGroup>
33+
<SassCompilerEnabled>true</SassCompilerEnabled>
34+
</PropertyGroup>
35+
36+
<PropertyGroup Condition="'$(CI)' == 'true'">
37+
<SassCompilerEnabled>false</SassCompilerEnabled>
38+
</PropertyGroup>
39+
3240
<ItemGroup>
3341
<SupportedPlatform Include="browser" />
3442
</ItemGroup>

0 commit comments

Comments
 (0)