conda/conda-build
[FEA] Auto add `errorlevel` checking for Windows `script` lines
Aperta
#4216 aperta il 27 mar 2021
backloggood first issueos::windowssource::contributorstale::recoveredtype::feature
Metriche repository
- Star
- (399 stelle)
- Metriche merge PR
- (Merge medio 5g 10h) (17 PR mergiate in 30 g)
Descrizione
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