You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<{product.ProductNameWithoutDot}Dependencies>{string.Join(";",product.ParametrizedDependencies.Select( x =>x.Name))}</{product.ProductNameWithoutDot}Dependencies>
context.Console.WriteError("Cannot prepare a public configuration on a local machine without --force because it may corrupt the package cache.");
36
+
context.Console.WriteError(
37
+
"Cannot prepare a public configuration on a development machine without --force because it may corrupt the package cache.");
37
38
38
39
dependenciesOverrideFile=null;
39
40
@@ -60,7 +61,8 @@ public static bool Execute(
60
61
returnfalse;
61
62
}
62
63
63
-
context.Console.WriteSuccess($"Preparing the build was successful. {product.ProductNameWithoutDot}Version={artifactManifestVersionInfo.PackageVersion}");
64
+
context.Console.WriteSuccess(
65
+
$"Preparing the build was successful. {product.ProductNameWithoutDot}Version={artifactManifestVersionInfo.PackageVersion}");
0 commit comments