Skip to content

Commit 417efea

Browse files
authored
Create build.sh
1 parent 0639e95 commit 417efea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ComponentViewer.Wasm/build.sh

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

0 commit comments

Comments
 (0)