Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaragoz authored Jan 7, 2024
1 parent 63345cc commit 7459637
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
chmod +x dotnet-install.sh
./dotnet-install.sh -c 7.0 --version 7.0.203 -InstallDir ./dotnet7
./dotnet7/dotnet --version
./dotnet7/dotnet tool install Excubo.WebCompiler --global
./dotnet7/dotnet publish ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output
./dotnet-install.sh -c 8.0 --version 8.0.100 -InstallDir ./dotnet8
./dotnet8/dotnet --version
./dotnet8/dotnet tool install Excubo.WebCompiler --global
./dotnet8/dotnet publish ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output

0 comments on commit 7459637

Please sign in to comment.