Hello I am getting a build error I tried a lot and I tried this
and also but did not work can you help me this Here is my bat file code
set rootPath=C:\Users\rmrud\source\Workspaces\Workspace2
set basePath3=%rootPath%\HAL9
set filename=%rootPath%\buildLog\%yyyy%%mm%%dd%%hh%%mm%%ss%.log
set csproj=%basePath3%\v3_07\指示せん印刷\指示せん印刷\指示せん印刷.csproj
set msbuild_new=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe\
mkdir %rootPath%\buildLog
C:
cd C:\
cd %basePath3%
tf get
if errorlevel 1 goto ON_EXIT
dotnet build
%csproj%/t:%buildCmd%/p:Configuration=\\Release\fl\flp:logfile=%filename%;verbosity=diagnostic\
if errorlevel 1 goto ON_EXIT
As you see I add \ this in line break still have this problem and error.
Microsoft (R) Build Engine version 16.8.3+39993bd9d for .NET Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1008: Only one project can be specified. Switch: 554/185513.log;verbosity=diagnostic\
I still have this error. How can I get rid of this? Thanks in advance