Ask Your Question
0

What does "bin\Release\net6.0\GetEnterpriseIdFromXML.xml" not being found signal in Azure DevOps UnitTest?

asked 2023-05-30 14:24:38 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-05-30 14:40:01 +0000

lalupa gravatar image

The error message "bin\Release\net6.0\GetEnterpriseIdFromXML.xml not being found" in Azure DevOps UnitTest suggests that the specified file is either missing, deleted or not included in the project references. This file is required to run the unit test and its absence is causing the test to fail. To resolve the issue, you may need to check if the file is added to the project or if its path is correct.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-30 14:24:38 +0000

Seen: 9 times

Last updated: May 30 '23