Skip to content

Commit

Permalink
Update PostBuild.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
diev committed Nov 15, 2022
1 parent 771563c commit 00b0abe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JZDO-Exch/Properties/PostBuild.bat
Expand Up @@ -5,6 +5,7 @@ rem <Target Name="PostBuild" AfterTargets="PostBuildEvent">
rem <Exec Command="if $(ConfigurationName) == Release call Properties\PostBuild.bat" />
rem </Target>

if /%appveyor%/==/True/ goto :eof
setlocal
for %%i in (.) do set project=%%~nxi
set ymd=%date:~-4%-%date:~3,2%-%date:~0,2%
Expand All @@ -31,6 +32,7 @@ call :pack %project%
popd
endlocal
goto :eof

:pack
if /%1/ == // goto :eof
echo Pack %1
Expand Down

0 comments on commit 00b0abe

Please sign in to comment.