I am trying to build a C#/.NET project using Bitbucket Pipelines.
The project is located in a subfolder of my repository.
I haven't found a way to specify the location of the project, so it seems that Bitbucket Pipelines is trying to find it in the root folder of my repository, and fails saying that it couldn't find the project file.
Could someone point me to a sample or the part of the docs that shows how to configure the location of my project when it's not in the root folder?
Well, this solution worked for me too.
https://stackoverflow.com/a/45431204
Why don't you give it a try?
Hi Team,
I have the same issue. Please suggest. Currently, my solution is in sub folder and dotnet restore command is failing in .yml file.
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.