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 7feb0b7 commit 08fe78cCopy full SHA for 08fe78c
build.sh
@@ -3,4 +3,4 @@ chmod +x dotnet-install.sh
3
./dotnet-install.sh -c 8.0 --version 8.0.100 -InstallDir ./dotnet8
4
./dotnet8/dotnet --version
5
./dotnet8/dotnet tool install Excubo.WebCompiler --global
6
-./dotnet8/dotnet publish ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output
+./dotnet8/dotnet publish CodeBeam.MudBlazor.Extensions.Docs.Wasm/CodeBeam.MudBlazor.Extensions.Docs.Wasm.csproj -c Release -o output
0 commit comments