You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For context, I've tried to use the additionalArguments input and provide --dotnet $(Agent.ToolsDirectory)/dotnet/dotnet and I'm still facing the issue.
So I guess this could mean something else, rather than just adding the input to the task.
I can reproduce the issue with .NET 6 locally, but it works fine when I provide the --dotnet argument, which I was expecting to work with the task inputs too.
Trying to migrate CI pipelines to .NET 6 and having issues with dependency check.
It seems that it cannot detect the currently installed version of dotnet sdk.
However, if I use the available
--dotnet
CLI argument and specify location of the current dotnet version, it will work fine.Having this argument available in the task inputs would be a workaround, until the .NET6 SDK discovery issue is resolved.
The text was updated successfully, but these errors were encountered: