running headless-build.bat in azure devops using a build agent
hi,
i am trying to run this headless-build batch file in azure devops as CI pipeline set up (my agent is local build agent)
i am facing error - project name not found
please check my below syntax and help me
cd C:\ST\STM32CubeIDE_1.3.0\STM32CubeIDE
call .\headless-build.bat -project KoolKey_2.0 -workspace C:/myworkspace -build -console
above 2 lines of code i have as Compile.bat file and running this in azure devops
below error i am getting