Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
EndLocal does not change ErrorLevel's value
  • Loading branch information
AntonLapounov committed Aug 6, 2021
commit 81b6f00d4dc22a6f95f973e315eb85f5ff45fcd1
3 changes: 2 additions & 1 deletion src/tests/Common/CLRTest.CrossGen.targets
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ if defined RunCrossGen2 (

echo "!__Command!"
call !__Command!
endlocal & set CrossGen2Status=%ERRORLEVEL%
endlocal
set CrossGen2Status=!ERRORLEVEL!
Exit /b 0

:DoneCrossgen2Operations
Expand Down