mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
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:
parent
af6fe4e7ca
commit
fadd26b6cf
1 changed files with 2 additions and 0 deletions
|
|
@ -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'">
|
||||
|
|
|
|||
Loading…
Reference in a new issue