Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit 057f621

Browse files
lovettchrispdeligia
authored andcommitted
fix error code from dotnet core sdk check (#468)
1 parent cfda7c7 commit 057f621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if ($null -eq $versions)
3636
{
3737
Write-Comment -text "The global.json file is pointing to version: $pattern but no matching version was found in $sdkpath." -color "yellow"
3838
Write-Comment -text "Please install dotnet sdk version $pattern from https://dotnet.microsoft.com/download/dotnet-core." -color "yellow"
39-
exit
39+
exit 1
4040
}
4141
else
4242
{

0 commit comments

Comments
 (0)