misc: add powershell build script.

This commit is contained in:
rabbitism
2024-09-14 13:19:34 +08:00
parent 11bdbe66b8
commit ce39dd28b5

3
build.ps1 Normal 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