From ce39dd28b593f8c56e4f62609ca6655ca6f21d69 Mon Sep 17 00:00:00 2001 From: rabbitism Date: Sat, 14 Sep 2024 13:19:34 +0800 Subject: [PATCH] misc: add powershell build script. --- build.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.ps1 diff --git a/build.ps1 b/build.ps1 new file mode 100644 index 0000000..528ec79 --- /dev/null +++ b/build.ps1 @@ -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 \ No newline at end of file