mirror of
https://github.com/Stone-Red-Code/TPH-Blazor-Spotlight-Example.git
synced 2026-09-04 17:16:35 +02:00
6 lines
222 B
Bash
Executable File
6 lines
222 B
Bash
Executable File
#!/bin/sh
|
|
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
|
|
chmod +x dotnet-install.sh
|
|
./dotnet-install.sh -c 8.0 -InstallDir ./dotnet
|
|
./dotnet/dotnet --version
|
|
./dotnet/dotnet publish -c Release -o output |