Exemplo n.º 1
0
 private static string GetSrCsCommandText(ProductId product, TargetVersion target, SrBranchName sr, bool optimize)
 {
     return($"powershell {Constants.GetSrCsScriptFullFileName} {product.Name} {target.Value} {sr.Value} false true {optimize.AsExactString()} true");
 }