File tree Expand file tree Collapse file tree
src/AppInstallerCLICore/Workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,12 +203,12 @@ namespace AppInstaller::CLI::Workflow
203203 auto previousThreadGlobals = installDscContext.SetForCurrentThread ();
204204
205205 Manifest::ManifestInstaller dscInstaller;
206- // TEMP: Until DSCv3 support is not experimental, allow the preview build to be installed automatically.
207- // #ifndef AICLI_DISABLE_TEST_HOOKS
206+
207+ #ifndef AICLI_DISABLE_TEST_HOOKS
208208 dscInstaller.ProductId = " 9PCX3HX4HZ0Z" ;
209- // #else
210- // dscInstaller.ProductId = "9NVTPZWRC6KQ";
211- // #endif
209+ #else
210+ dscInstaller.ProductId = " 9NVTPZWRC6KQ" ;
211+ #endif
212212 installDscContext.Add <Execution::Data::Installer>(std::move (dscInstaller));
213213 installDscContext.Args .AddArg (Execution::Args::Type::InstallScope, Manifest::ScopeToString (Manifest::ScopeEnum::User));
214214 installDscContext.Args .AddArg (Execution::Args::Type::Silent);
You can’t perform that action at this time.
0 commit comments