Skip to content

Commit d5b644e

Browse files
dseefeldcrummel
authored andcommitted
Don't fail smoke-test on error acquiring SDK for comparison
1 parent 46f5629 commit d5b644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ if [ "$excludeOnlineTests" == "false" ]; then
454454
fi
455455

456456
fullSdkVersion="$($dotnetDir/dotnet --version)"
457-
"$SCRIPT_ROOT/scripts/fetch-microsoft-sdk.sh" "$fullSdkVersion" "microsoft-built-dotnet-sdk-${fullSdkVersion}.tar.gz"
457+
"$SCRIPT_ROOT/scripts/fetch-microsoft-sdk.sh" "$fullSdkVersion" "microsoft-built-dotnet-sdk-${fullSdkVersion}.tar.gz" || true
458458
"$SCRIPT_ROOT/scripts/compare-builds.sh" "$dotnetDir" "microsoft-built-dotnet-sdk-${fullSdkVersion}.tar.gz" || true
459459

460460
echo "ALL TESTS PASSED!"

0 commit comments

Comments
 (0)