Azure Functions tests with azure DevOps

0

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.

    
asked by Andrés Osorio 20.12.2018 в 22:39
source

1 answer

0

Due to the lack of icons that are displayed in the image for that Test project compared to the other project, it is clear that the test project is not integrated into the code repository.

Share your code with Visual Studio 2017 and Azure Repos Git

If you use Team Explorer

connected to repo git you could upload the project to have it available in the code control and that the pipeline could take it from there and run the tests

    
answered by 20.12.2018 в 23:32