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 46f5629 commit d5b644eCopy full SHA for d5b644e
smoke-test.sh
@@ -454,7 +454,7 @@ if [ "$excludeOnlineTests" == "false" ]; then
454
fi
455
456
fullSdkVersion="$($dotnetDir/dotnet --version)"
457
-"$SCRIPT_ROOT/scripts/fetch-microsoft-sdk.sh" "$fullSdkVersion" "microsoft-built-dotnet-sdk-${fullSdkVersion}.tar.gz"
+"$SCRIPT_ROOT/scripts/fetch-microsoft-sdk.sh" "$fullSdkVersion" "microsoft-built-dotnet-sdk-${fullSdkVersion}.tar.gz" || true
458
"$SCRIPT_ROOT/scripts/compare-builds.sh" "$dotnetDir" "microsoft-built-dotnet-sdk-${fullSdkVersion}.tar.gz" || true
459
460
echo "ALL TESTS PASSED!"
0 commit comments