Skip to content

Commit 51a46c4

Browse files
authored
Update build.sh
1 parent bb7037c commit 51a46c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ComponentViewer.Wasm/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#!/bin/sh
21
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
32
chmod +x dotnet-install.sh
43
./dotnet-install.sh -c 6.0 -InstallDir ./dotnet6
54
./dotnet6/dotnet --version
6-
./dotnet6/dotnet publish -c Release -o output
5+
./dotnet6/dotnet publish src/ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output

0 commit comments

Comments
 (0)