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