AK
Size: a a a
AK
AK
AK
M
M
M
AK
M
M
AK
AK
VD
depth: 1, shallow: true
?ГZ
MSBUILD = tool name: 'VSMBuild2019', type: 'msbuild'
steps {
bat "\"${MSBUILD}\\msbuild\" project.sln /p:Configuration=Release
}
D:\jenkins_slave\workspace\MY_JOB>"C:\Program Files (x86)\Microsoft Vasual Studio\2019\Professional\MSBuild\Current\Bin\MsBuild.exe\msbuild" project.sln /p:Configuration=Release
The system cannot find the path specified
ГZ
NG
RK
MsBuild.exe\msbuild
это разве нормально?VD
def msBuild = tool name: 'MSbuild', type: 'msbuild'
bat """
\"${msBuild}\" src\\ForOutlook.sln /ds /fl /property:Configuration=Release
"""
ГZ
ГZ
VD