Skip to content

Commit bb7037c

Browse files
authored
Update build.sh
1 parent b10c040 commit bb7037c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
2-
#!/bin/sh
31
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
42
chmod +x dotnet-install.sh
53
./dotnet-install.sh -c 6.0 -InstallDir ./dotnet6
64
./dotnet6/dotnet --version
7-
./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)