Skip to content

Commit a73bc03

Browse files
authored
Fix Deploy (#215)
1 parent bc7c95f commit a73bc03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040

4141
<!--Uncomment it on development and debug to generate min.css on rebuild-->
4242
<!--This sections causes to fail auto deployment to CloudFlare-->
43-
<Target Name="ToolRestore" BeforeTargets="PreBuildEvent">
43+
<!--<Target Name="ToolRestore" BeforeTargets="PreBuildEvent">
4444
<Exec Command="dotnet tool restore" StandardOutputImportance="high" />
45-
</Target>
45+
</Target>-->
4646

4747
<Target Name="PreBuild" AfterTargets="ToolRestore">
4848
<Exec Command="dotnet tool run webcompiler -r Styles/MudExtensions.scss -c excubowebcompiler.json" StandardOutputImportance="high" />

0 commit comments

Comments
 (0)