Strange seemingly new behavior of docker-compose with dot net C# solution
I have a solution with multiple C# projects in it. I have a docker-compose.yml which up until today worked. Now however, when I attempt to build this solution in Azure DevOps with docker it is giving me the error
Surly I do not need to rename all of my actual C# projects to be all lowercase and remove the periods? That seems ridiculous considering I believe it is C# convention to have projects be capitalized. Additionally, this worked just the other day, I must have made a change somewhere or something for this to happen.
I have already attempted to use
In the docker-compose.yml but it seems to have no effect.
Any insight would be appreciated since google is giving me nothing.
Here is what my docker-compose.yml looks like:
5 Replies
compose file looks fine to me and
name
isn't necessary as well. Not sure what's causing the problemCan you show the Azure DevOps scripts?
Here is the relavant task that is failing with the error in my post:
Are you sure that docker compose command is correct?
Especially the "my-solution" part
On my phone rn so can’t really check :when:
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View