4 writes to ProductionInstallArgs
Aspire.Hosting.JavaScript (4)
JavaScriptHostingExtensions.cs (4)
2354ProductionInstallArgs = "--omit=dev" 2421ProductionInstallArgs = "--production" 2602ProductionInstallArgs = "--production" 2687ProductionInstallArgs = "--prod"
4 references to ProductionInstallArgs
Aspire.Hosting.JavaScript (4)
JavaScriptHostingExtensions.cs (4)
589!string.IsNullOrEmpty(prodInstallCommand.ProductionInstallArgs); 1586/// <see cref="JavaScriptInstallCommandAnnotation.ProductionInstallArgs"/> is deliberately not quoted. Unlike the 1592=> $"{JoinDockerShellCommand([packageManager.ExecutableName, .. installCommand.Args])} {installCommand.ProductionInstallArgs}"; 1836if (string.IsNullOrEmpty(installAnnotation?.ProductionInstallArgs))