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 417efea commit 8c43489Copy full SHA for 8c43489
ComponentViewer.Wasm/build.sh
@@ -1,5 +1,6 @@
1
-#!/bin/sh curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
+#!/bin/sh
2
+curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
3
chmod +x dotnet-install.sh
4
./dotnet-install.sh -c 6.0 -InstallDir ./dotnet6
5
./dotnet6/dotnet --version
-./dotnet6/dotnet publish src/ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output
6
+./dotnet6/dotnet publish -c Release -o output
0 commit comments