mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
should fix exiting without dotnet
This commit is contained in:
parent
5920d62e4d
commit
38d7b66ac3
@ -11,8 +11,9 @@ function checkDotnet()
|
||||
catch [System.Management.Automation.CommandNotFoundException]
|
||||
{
|
||||
Write-Output "ERROR: Dotnet is not installed. Please install dotnet to download the t4 tool."
|
||||
exit
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
function installT4 ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user