Hello,
we try to setup a Bamboo BuildTask for our Asp.Net Core Projekt.
Bamboo is running on Debian 9 und ive installed the dot.net SDK with this tut: https://docs.microsoft.com/de-de/dotnet/core/install/linux-debian
Bamboo Msbuild Executable is setup to: /usr/share/dotnet/dotnet
So the Problem is: Bamboo only logs the specific rsp File not found ( /usr/share/dotnet/dotnet @ /opt/atlassian/bamboo/current/temp/ProjectKey-JOB1-1-MsBuildTaskType-3522620078589046920.rsp )
With some Research ive found out that in some cases the Directory Permissions is the Problem but ive tested it and the user has access.
Atlassian/Bamboo Documentation is very poor.
Can someone Help, are we still missing some config or other stuff ?