Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6f2751

Browse files
committed
Make sure build.cmd uses exit code.
1 parent db23d4a commit f6f2751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pushd %~dp0
33
dotnet publish tools\Build\Build.csproj --output tools\bin\Build --nologo --verbosity quiet
44
if %errorlevel% equ 0 dotnet tools\bin\Build\Build.dll %*
55
popd
6+
exit /b %errorlevel%

0 commit comments

Comments
 (0)