0
votes

enter image description hereI am trying to build a relase pipeline in dev.azure.com with a .sln file but it is keep failing and I am getting message "'.sln' is not recognized as an internal or external command". I have tried with full file name "ThursdayPorject.sln" and as well with "*" but everytime I am getting the same error. I am using "Command line script" to copy file from my "agent" folder on "C" drive to my "Tomcat" folder that is also on "C" driver. I am using the following command; cd c:\agent_work\r\a_Thursdayprojet copy ThursdayProject.sln C:\apache-tomcat-9.0.37\webapps\webappenter image description here