Skip to content

Commit

Permalink
Add a Rider build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-bures committed Dec 15, 2023
1 parent e6cf990 commit 98e3bee
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .run/Build.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Build" type="ShConfigurationType">
<option name="SCRIPT_TEXT" value=".\build.bat" />
<option name="INDEPENDENT_SCRIPT_PATH" value="false" />
<option name="SCRIPT_PATH" value="$PROJECT_DIR$/BuildPackage.ps1" />
<option name="SCRIPT_OPTIONS" value="" />
<option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" />
<option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<option name="INDEPENDENT_INTERPRETER_PATH" value="true" />
<option name="INTERPRETER_PATH" value="powershell.exe" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="EXECUTE_IN_TERMINAL" value="true" />
<option name="EXECUTE_SCRIPT_FILE" value="false" />
<envs />
<method v="2" />
</configuration>
</component>
4 changes: 1 addition & 3 deletions build.bat
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 98e3bee

Please sign in to comment.