Change main thread to join to breadcrumb thread when exception thrown (dotnet/core...
authorSteve Harter <steveharter@users.noreply.github.com>
Fri, 13 Jul 2018 17:04:45 +0000 (12:04 -0500)
committerGitHub <noreply@github.com>
Fri, 13 Jul 2018 17:04:45 +0000 (12:04 -0500)
commitef6c2652c06eb945ad09f0d38d6ef144bc69cf97
tree9ac740db478a13f1af05c532ca556be53011933a
parentc4fa7e0ded1343f2b9ca575074ca772470c85a3d
Change main thread to join to breadcrumb thread when exception thrown (dotnet/core-setup#4346)

Commit migrated from https://github.com/dotnet/core-setup/commit/84fa44f892b42ad9235e4ecb756975d8c8f46f1f
src/installer/corehost/cli/breadcrumbs.cpp
src/installer/corehost/cli/breadcrumbs.h
src/installer/corehost/cli/hostpolicy.cpp
src/installer/test/Assets/TestProjects/PortableAppWithException/PortableAppWithException.csproj [new file with mode: 0644]
src/installer/test/Assets/TestProjects/PortableAppWithException/Program.cs [new file with mode: 0644]
src/installer/test/HostActivationTests/GivenThatICareAboutNativeHostApis.cs