We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e4d4f commit 2b9dff7Copy full SHA for 2b9dff7
dev/Deployment/DeploymentManager.cpp
@@ -574,7 +574,7 @@ namespace winrt::Microsoft::Windows::ApplicationModel::WindowsAppRuntime::implem
574
575
HRESULT DeploymentManager::DeployPackages(const std::wstring& frameworkPackageFullName, const bool forceDeployment)
576
{
577
- auto initializeActivity{ ::WindowsAppRuntime::Deployment::Activity::Context::Get() };
+ auto& initializeActivity{ ::WindowsAppRuntime::Deployment::Activity::Context::Get() };
578
initializeActivity.Reset();
579
580
initializeActivity.SetInstallStage(::WindowsAppRuntime::Deployment::Activity::DeploymentStage::GetPackagePath);
0 commit comments