Skip to content

Commit 404af6f

Browse files
committed
Restore latest version check in test
1 parent 7af5b5e commit 404af6f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/dotnet/install_dotnet_specific_release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ source dev-container-features-test-lib
1313
source dotnet_env.sh
1414
source dotnet_helpers.sh
1515

16+
expected=$(wget -qO- "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0/latest.version")
17+
1618
check ".NET Core SDK 10.0 installed" \
17-
is_dotnet_sdk_version_installed "10.0"
19+
is_dotnet_sdk_version_installed "$expected"
1820

1921
check "Build and run example project" \
2022
dotnet run --project projects/net10.0

0 commit comments

Comments
 (0)