Skip to content

Commit

Permalink
und - Clean up scripts from leftover code
Browse files Browse the repository at this point in the history
---

Type: und
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Apr 28, 2024
1 parent 07f937b commit 9dc6904
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion tools/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ REM You should have received a copy of the GNU General Public License
REM along with this program. If not, see <https://www.gnu.org/licenses/>.

REM This script builds KS and packs the artifacts. Use when you have VS installed.
for /f "tokens=* USEBACKQ" %%f in (`type version`) do set ksversion=%%f
set releaseconfig=%1
if "%releaseconfig%" == "" set releaseconfig=Release

Expand Down
1 change: 0 additions & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# This script builds KS. Use when you have dotnet installed.
ksversion=$(cat version)
ksreleaseconf=$1
if [ -z $ksreleaseconf ]; then
ksreleaseconf=Release
Expand Down
2 changes: 0 additions & 2 deletions tools/docgen.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ REM You should have received a copy of the GNU General Public License
REM along with this program. If not, see <https://www.gnu.org/licenses/>.

REM This script builds the documentation and packs the artifacts. Use when you have VS installed.
for /f "tokens=* USEBACKQ" %%f in (`type version`) do set ksversion=%%f

echo Finding DocFX...
if exist %USERPROFILE%\.dotnet\tools\docfx.exe goto :build
echo You don't have DocFX installed. Download and install .NET and DocFX.
Expand Down
2 changes: 0 additions & 2 deletions tools/docgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# This script builds KS and packs the artifacts. Use when you have MSBuild installed.
ksversion=$(cat version)

# Check for dependencies
msbuildpath=`which docfx`
if [ ! $? == 0 ]; then
Expand Down

0 comments on commit 9dc6904

Please sign in to comment.