From ce39dd28b593f8c56e4f62609ca6655ca6f21d69 Mon Sep 17 00:00:00 2001 From: rabbitism Date: Sat, 14 Sep 2024 13:19:34 +0800 Subject: [PATCH 1/2] 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 From 52e44f2f5d4c03a79623e71cc8da2e0459cff01e Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:04:09 +0800 Subject: [PATCH 2/2] feat: add build.sh. --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..528ec79 --- /dev/null +++ b/build.sh @@ -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