diff --git a/pkgs/build-support/dotnet/add-nuget-deps/fetch-deps.sh b/pkgs/build-support/dotnet/add-nuget-deps/fetch-deps.sh index 809f5c4b26d8..9bef944b4bd7 100644 --- a/pkgs/build-support/dotnet/add-nuget-deps/fetch-deps.sh +++ b/pkgs/build-support/dotnet/add-nuget-deps/fetch-deps.sh @@ -1,5 +1,5 @@ # shellcheck shell=bash -set -euo pipefail +set -e export PATH="@binPath@:$PATH"