Skip to content

Commit 9122562

Browse files
committed
Use prod in auto install dscv3
1 parent 196d3e3 commit 9122562

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/AppInstallerCLICore/Workflows/ConfigurationFlow.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)