Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft committed Jun 4, 2024
1 parent ebc6498 commit fc1987c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ namespace AppInstaller::CLI::ConfigurationRemoting
{
bool useRunAs = true;
#ifndef DISABLE_TEST_HOOKS
bool useRunAs = !GetConfigurationSetMetadataOverride(m_configurationSet, EnableTestModeTestGuid);
useRunAs = !GetConfigurationSetMetadataOverride(m_configurationSet, EnableTestModeTestGuid);
#endif

factory = CreateOutOfProcessFactory(useRunAs, SerializeSetProperties(), SerializeHighIntegrityLevelSet());
Expand Down

0 comments on commit fc1987c

Please sign in to comment.