conda/conda-build

[FEA] Auto add `errorlevel` checking for Windows `script` lines

Open

#4,216 opened on Mar 27, 2021

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Python (499 forks)auto 404
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

Contributor guide