I am trying to Publish our .Net Website using Jenkins but getting the error message as,
ERROR: Could not find the “dotnet.exe” executable for .NET SDK “.NET4.5”
Finished: FAILURE
I am new to the Jenkins can someone help me resolve this issue?
I am trying to Publish our .Net Website using Jenkins but getting the error message as,
ERROR: Could not find the “dotnet.exe” executable for .NET SDK “.NET4.5”
Finished: FAILURE
I am new to the Jenkins can someone help me resolve this issue?
Is dotnet installed for the user that your Jenkins job is running under? If it is installed system-wide, perhaps you need to set the path for that user.