nuget folder fixes
This commit is contained in:
@@ -10,8 +10,8 @@ export VSTEST_DISABLE_APPDOMAIN=1
|
||||
export DOTNET_CLI_UI_LANGUAGE=en
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
# Prefer the curated offline feed to avoid network flakiness during CI.
|
||||
export NUGET_PACKAGES="${ROOT_DIR}/local-nugets"
|
||||
RESTORE_SOURCE="--source ${ROOT_DIR}/local-nugets --ignore-failed-sources"
|
||||
export NUGET_PACKAGES="${ROOT_DIR}/.nuget/packages"
|
||||
RESTORE_SOURCE="--source ${ROOT_DIR}/.nuget/packages --ignore-failed-sources"
|
||||
# Ensure Mongo2Go can find OpenSSL 1.1 (needed by bundled mongod)
|
||||
OPENSSL11_DIR="$ROOT_DIR/tools/openssl1.1/lib"
|
||||
if [[ -d "$OPENSSL11_DIR" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user