Skip to content

Commit 8c43489

Browse files
authored
Update build.sh
1 parent 417efea commit 8c43489

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ComponentViewer.Wasm/build.sh

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

0 commit comments

Comments
 (0)