conda/conda-build
View on GitHub[FEA] Auto add `errorlevel` checking for Windows `script` lines
Open
#4,216 opened on Mar 27, 2021
backloggood first issueos::windowssource::contributorstale::recoveredtype::feature
Repository metrics
- Stars
- (399 stars)
- PR merge metrics
- (PR metrics pending)
Description
Actual Behavior
Currently lines added in script for Windows are not followed by if errorlevel 1 exit 1 or similar
Expected Behavior
It would be nice for Windows script lines to have if errorlevel 1 exit 1 or similar added automatically after