Do not add bundle deps file to APP_CONTEXT_DEPS_FILES on single-file apps (#41430)
authorMateo Torres-Ruiz <mateoatr@users.noreply.github.com>
Fri, 28 Aug 2020 20:57:39 +0000 (13:57 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Aug 2020 20:57:39 +0000 (13:57 -0700)
commit01a8bef3766572e04108b35b12564f9ce986ebae
tree8935ed8aa964c8964d3fa00f14cb24683bf435fa
parent56585a6a9cff0bc854a6a60bbd9ee62aac583ab3
Do not add bundle deps file to APP_CONTEXT_DEPS_FILES on single-file apps (#41430)

* App Context deps file should be empty for single file apps
src/installer/corehost/cli/hostpolicy/deps_resolver.cpp
src/installer/corehost/cli/hostpolicy/deps_resolver.h
src/installer/corehost/cli/hostpolicy/hostpolicy_context.cpp
src/installer/tests/Assets/TestProjects/SingleFileApiTests/Program.cs
src/installer/tests/HostActivation.Tests/NativeHosting/GetFunctionPointer.cs
src/installer/tests/HostActivation.Tests/NativeHosting/LoadAssemblyAndGetFunctionPointer.cs
src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/SingleFileApiTests.cs
src/installer/tests/TestUtils/TestProjectFixture.cs