Visual Studio 2019, Windows 11. IBM Blockchain Platform Tutorial, A5: Invoking a smart contract from an external application, step A5.26: In the main VS Code menu, click 'Terminal' -> 'Run Build Task...':
I get the error below:
Executing task in folder src: msbuild /property:GenerateFullPaths=true /t:build /consoleloggerparameters:NoSummary
'msbuild' is not recognized as an internal or external command,
operable program or batch file.
The terminal process "C:\WINDOWS\System32\cmd.exe /d /c msbuild /property:GenerateFullPaths=true /t:build /consoleloggerparameters:NoSummary" terminated with exit code: 1.
Every step runs good to this point. VS is updated. Need help. If you offer any advice, please be specific. I am not a programmer or developer, have some experience but not much. I won't know what runs on /PATH/xxx/version...unless you tell me what 'xxx' is. I have written a blockchain (through a tutorial) and got it to run. Thanks. Just trying to learn.