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
This commit is contained in:
Collin M. Barrett 2019-07-15 15:10:33 -05:00 committed by GitHub
parent af6fe4e7ca
commit fadd26b6cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://filterlists.com/</PackageProjectUrl>
<ServerGarbageCollection>false</ServerGarbageCollection>
<DockerDebuggeeArguments>--additionalProbingPath /root/.nuget/fallbackpackages2 --additionalProbingPath /root/.nuget/fallbackpackages "bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).dll" -a -v</DockerDebuggeeArguments>
<DockerDebuggeeProgram>/usr/bin/dotnet</DockerDebuggeeProgram>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">