JitBench
JitBench copied to clipboard
Remove set +e from scripts that get sourced
There are a couple related issues in the install scripts: https://github.com/dotnet/cli/issues/3474 https://github.com/dotnet/cli/issues/2568
Basically dotnet-install.sh uses set +e and some other things, but also wants you to source it so it can change the path.