From 98e3bee3ae224c21518f1522544def92d05875c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bure=C5=A1?= Date: Fri, 15 Dec 2023 04:05:56 +0100 Subject: [PATCH] Add a Rider build configuration --- .run/Build.run.xml | 17 +++++++++++++++++ build.bat | 4 +--- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .run/Build.run.xml diff --git a/.run/Build.run.xml b/.run/Build.run.xml new file mode 100644 index 0000000..3b19a0a --- /dev/null +++ b/.run/Build.run.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/build.bat b/build.bat index 323151e..a46c9da 100644 --- a/build.bat +++ b/build.bat @@ -1,6 +1,4 @@ @echo off echo Running BuildPackage PowerShell script... -powershell.exe -NoProfile -ExecutionPolicy Bypass -File "BuildPackage.ps1" - -pause +powershell.exe -NoProfile -ExecutionPolicy Bypass -File "BuildPackage.ps1" \ No newline at end of file