mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
Scripts to build component projects used by Core
This commit is contained in:
8
buildAllComponents
Executable file
8
buildAllComponents
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
dotnet build ./ObservatoryFramework/ObservatoryFramework.csproj "$@"
|
||||
dotnet build ./ObservatoryExplorer/ObservatoryExplorer.csproj "$@"
|
||||
dotnet build ./ObservatoryBotanist/ObservatoryBotanist.csproj "$@"
|
||||
if [ -f ../NetCoreAudio/NetCoreAudio/NetCoreAudio.csproj ]; then
|
||||
dotnet build ../NetCoreAudio/NetCoreAudio/NetCoreAudio.csproj -c Release
|
||||
dotnet build ./ObservatoryHerald/ObservatoryHerald.csproj "$@"
|
||||
fi
|
Reference in New Issue
Block a user