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.
2 parents 2093e6b + c0ba010 commit 797bee2Copy full SHA for 797bee2
smoke-test.sh
@@ -356,6 +356,10 @@ fi
356
export NUGET_PACKAGES="$restoredPackagesDir"
357
SOURCE_BUILT_PKGS_PATH="$SCRIPT_ROOT/bin/obj/x64/$configuration/blob-feed/packages/"
358
export DOTNET_ROOT="$dotnetDir"
359
+# OSX also requires DOTNET_ROOT to be on the PATH
360
+if [ `uname` == 'Darwin' ]; then
361
+ export PATH="$dotnetDir:$PATH"
362
+fi
363
364
# Run all tests, local restore sources first, online restore sources second
365
if [ "$excludeLocalTests" == "false" ]; then
0 commit comments