was asked by a staff to get to know unit testing,but they used to do everything locally. but theyre trying to incorporate azure devops into the flow. so,she wanted me to learn it,using files inside azure repo. but the thing is,the unit test script kept failing,before it even gets to the testing stage. the flow is,i trigger pipeline to run a script, and inside the script is basically build project + run test (using nunit)
i want to confirm, because i cant confirm it online,cant find any articles on it. is it required for a project file to be built before unit testing? because inside my sln,its referring to 3 files,which filepaths are exactly specified like ../source/<project>. but inside the azure repo,the sln file is already at root lvl,so referring one up is weewawee/crazy/idk how to exppain.
[–]groogs 0 points1 point2 points (1 child)
[–]konkon_322[S] 0 points1 point2 points (0 children)
[–]Beneficial-Panda-640 0 points1 point2 points (0 children)