Skip to content

Commit 6e5ed25

Browse files
committed
Package info updated
1 parent ed1b776 commit 6e5ed25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

EdiabasLib/CreateReleasePackage.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ if exist "!PACKAGEPATH!" rmdir /s /q "!PACKAGEPATH!"
2525
timeout /T 1 /NOBREAK > nul
2626
mkdir "!PACKAGEPATH!" || EXIT /b 1
2727

28+
echo The following solutions have to be rebuild as release before creating the package:
29+
echo EdiabasLib, S29CertGenerator and LogFileConverter
30+
2831
echo Copying EdiabasTest
2932
forfiles /P !EDIABASTESTSRCPATH! /M *.exe /S /D -1 /C "cmd /c echo Old file found: @file @fdate" 2>nul
3033
mkdir "!EDIABASTESTPATH!" || EXIT /b 1

0 commit comments

Comments
 (0)