We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b70a8 commit d2434b1Copy full SHA for d2434b1
build.sh
@@ -422,8 +422,8 @@ if [[ "$sourceOnly" == "true" ]]; then
422
fi
423
424
# Set _InitializeDotNetCli & DOTNET_INSTALL_DIR so that eng/common/tools.sh doesn't attempt to restore the SDK.
425
- _InitializeDotNetCli="$CLI_ROOT"
426
- DOTNET_INSTALL_DIR="$CLI_ROOT"
+ export _InitializeDotNetCli="$CLI_ROOT"
+ export DOTNET_INSTALL_DIR="$CLI_ROOT"
427
428
# Find the Arcade SDK version and set env vars for the msbuild sdk resolver
429
packageVersionsPath=''
0 commit comments