Skip to content

Commit

Permalink
Update buildtool shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen committed Dec 2, 2023
1 parent 9fc7c0f commit 447ff3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/buildtool.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@echo off

set BUILDTOOL_PUBLISH_PATH=R136.BuildTool\bin\Debug\net6.0\publish\R136.BuildTool.dll
set BUILDTOOL_BUILD_PATH=R136.BuildTool\bin\Debug\net6.0\R136.BuildTool.dll
set BUILDTOOL_PUBLISH_PATH=R136.BuildTool\bin\Debug\net8.0\publish\R136.BuildTool.dll
set BUILDTOOL_BUILD_PATH=R136.BuildTool\bin\Debug\net8.0\R136.BuildTool.dll

setlocal enableextensions

pushd %~dp0
pushd %~dp0

set BUILDTOOL_PATH=

Expand Down
4 changes: 2 additions & 2 deletions src/buildtool.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/bin/bash

BUILDTOOL_PUBLISH_PATH=R136.BuildTool/bin/Debug/net6.0/publish/R136.BuildTool.dll
BUILDTOOL_BUILD_PATH=R136.BuildTool/bin/Debug/net6.0/R136.BuildTool.dll
BUILDTOOL_PUBLISH_PATH=R136.BuildTool/bin/Debug/net8.0/publish/R136.BuildTool.dll
BUILDTOOL_BUILD_PATH=R136.BuildTool/bin/Debug/net8.0/R136.BuildTool.dll
START_DIRECTORY=$(pwd)

cd $(dirname "${BASH_SOURCE[0]}")
Expand Down

0 comments on commit 447ff3f

Please sign in to comment.