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 0e3d0c3 commit b5765ccCopy full SHA for b5765cc
build.sh
@@ -3,6 +3,5 @@ chmod +x dotnet-install.sh
3
./dotnet-install.sh -c 7.0 -InstallDir ./dotnet7
4
./dotnet7/dotnet --version
5
./dotnet7/dotnet tool install Excubo.WebCompiler --global
6
-./dotnet7/dotnet workload install wasm-tools
7
./dotnet7/dotnet workload restore
8
./dotnet7/dotnet publish ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output
0 commit comments