We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1b776 commit 6e5ed25Copy full SHA for 6e5ed25
EdiabasLib/CreateReleasePackage.bat
@@ -25,6 +25,9 @@ if exist "!PACKAGEPATH!" rmdir /s /q "!PACKAGEPATH!"
25
timeout /T 1 /NOBREAK > nul
26
mkdir "!PACKAGEPATH!" || EXIT /b 1
27
28
+echo The following solutions have to be rebuild as release before creating the package:
29
+echo EdiabasLib, S29CertGenerator and LogFileConverter
30
+
31
echo Copying EdiabasTest
32
forfiles /P !EDIABASTESTSRCPATH! /M *.exe /S /D -1 /C "cmd /c echo Old file found: @file @fdate" 2>nul
33
mkdir "!EDIABASTESTPATH!" || EXIT /b 1
0 commit comments