Code review

This commit is contained in:
Chuck Walbourn 2025-07-17 19:19:48 -07:00
parent 86093dd618
commit 9707b46104

View File

@ -70,7 +70,7 @@ if ($GDKEditionNumber -ge 241000) {
$GDKX_ID = "Microsoft.GDK.Xbox" $GDKX_ID = "Microsoft.GDK.Xbox"
} }
else { else {
Write-Error "##[error]Script supports October 2010 or later" -ErrorAction Stop Write-Error "##[error]Script supports October 2024 or later" -ErrorAction Stop
} }
# Check that the package isn't already present # Check that the package isn't already present