Dear all,
Request you to help me out on how to resolve below error which shown in my console output.
Console output:
The following environment variables were removed by ‘Only Keep Specified Environment Variables’: BUILD_DISPLAY_NAME, BUILD_URL, CI, EXECUTOR_NUMBER, HUDSON_HOME, HUDSON_URL, JENKINS_URL, JOB_DISPLAY_URL, JOB_URL, NODE_LABELS, NODE_NAME, RUN_ARTIFACTS_DISPLAY_URL, RUN_CHANGES_DISPLAY_URL, RUN_DISPLAY_URL, RUN_TESTS_DISPLAY_URL, WORKSPACE, WORKSPACE_TMP
C:\ProgramData\Jenkins.jenkins\workspace\test>exit 0
Path To MSBuild.exe: msbuild.exe
Executing the command cmd.exe /C " chcp 1252 & msbuild.exe " && exit %%ERRORLEVEL%% from C:\ProgramData\Jenkins.jenkins\workspace\test
[testgit] $ cmd.exe /C " chcp 1252 & msbuild.exe " && exit %%ERRORLEVEL%%
Active code page: 1252
‘msbuild.exe’ is not recognized as an internal or external command,
operable program or batch file.
Build step ‘Build a Visual Studio project or solution using MSBuild’ marked build as failure
Finished: FAILURE
Thanks and regards