addNugetDeps.fetch-deps: remove set -u (#366556)

This commit is contained in:
David McFarland
2024-12-19 15:41:32 -04:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# shellcheck shell=bash
set -euo pipefail
set -e
export PATH="@binPath@:$PATH"