feat: add build.sh.

This commit is contained in:
Zhang Dian
2024-09-14 14:04:09 +08:00
parent ce39dd28b5
commit 52e44f2f5d

3
build.sh Executable file
View File

@@ -0,0 +1,3 @@
dotnet build ./src/Ursa/Ursa.csproj -c Release
dotnet build ./src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj -c Release
dotnet build ./src/Ursa.PrismExtension/Ursa.PrismExtension.csproj -c Release