Add build shell scripts for osx and linux
This commit is contained in:
parent
e5807104f1
commit
241af47ec9
1
build-linux-x64.sh
Normal file
1
build-linux-x64.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
dotnet publish OpenTaiko/OpenTaiko.csproj --configuration Release -p:PublishSingleFile=true --self-contained true --runtime linux-x64
|
1
build-osx-x64.sh
Normal file
1
build-osx-x64.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
dotnet publish OpenTaiko/OpenTaiko.csproj --configuration Release -p:PublishSingleFile=true --self-contained true --runtime osx-x64
|
1
install-dotnet-sdk.sh
Normal file
1
install-dotnet-sdk.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
sudo apt install dotnet-sdk-7.0
|
Loading…
Reference in New Issue
Block a user