From fadd26b6cf9b45d0e45bf2834f03ca5fc5b6f8bf Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 15 Jul 2019 15:10:33 -0500 Subject: [PATCH] support debugging Agent in a container from Visual Studio (#854) * try @bwateratmsft 's workaround ref https://github.com/microsoft/DockerTools/issues/62#issuecomment-511542428 * update solution by @bwateratmsft, this works! https://github.com/microsoft/DockerTools/issues/62#issuecomment-511542428 --- src/FilterLists.Agent/FilterLists.Agent.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FilterLists.Agent/FilterLists.Agent.csproj b/src/FilterLists.Agent/FilterLists.Agent.csproj index bf04740b3..7a65dbcf8 100644 --- a/src/FilterLists.Agent/FilterLists.Agent.csproj +++ b/src/FilterLists.Agent/FilterLists.Agent.csproj @@ -17,6 +17,8 @@ git https://filterlists.com/ false + --additionalProbingPath /root/.nuget/fallbackpackages2 --additionalProbingPath /root/.nuget/fallbackpackages "bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).dll" -a -v + /usr/bin/dotnet