dotnet test in pipeline always fails in bitbucket. There is no problem when I run all unit tests in my local computer. There was no problem in bitbucket pipeline since last week until this week, the test always fails.
Anyone here experiencing the same problem with command dotnet test in bitbucket pipeline?
Hi @Cherrilyn Ablay ,
Can you supply us with the specific error you're experiencing? Can you run a pipeline on a previously successful commit to check whether it fails now?
Cheers,
Tom.
error NU1102: Unable to find package Unity with version (> 4.0.0)
error NU1102: - Found 77 version(s) in nuget.org [ Nearest version: 4.0.0 ]
That's the error I'm getting. I run the previous successful commits and it still fails.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Cherrilyn Ablay,
Those errors and combined with the failure of a previously successful commit suggest a docker problem. Can you debug this locally in a docker container using the instructions here https://confluence.atlassian.com/bitbucket/debug-your-pipelines-locally-with-docker-838273569.html?
Cheers,
Tom.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.