4 writes to ProductionInstallArgs
Aspire.Hosting.JavaScript (4)
JavaScriptHostingExtensions.cs (4)
2354
ProductionInstallArgs
= "--omit=dev"
2421
ProductionInstallArgs
= "--production"
2602
ProductionInstallArgs
= "--production"
2687
ProductionInstallArgs
= "--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
}";
1836
if (string.IsNullOrEmpty(installAnnotation?.
ProductionInstallArgs
))