I need help doing the tests with azure functions in azure DevOps the moment I commit, use the Microsoft guide to do the tests link . the tests run correctly and I upload the project to the repository.
The problem arises at the time of doing the pipelines
.
I do not know how to execute the tests I did in local, because the repository does not upload the test project.
Thank you.