Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 62a8146

Browse files
trurl123kunga
authored andcommitted
show package name (#46)
1 parent 28c70bb commit 62a8146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/NuGetHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static string GetNugetPackageVersion(string packageName, string nugetRunC
2626
}
2727
}
2828

29-
var message = "not found package version. nuget output: " + shellRunner.Output + shellRunner.Errors;
29+
var message = $"not found package version for package {packageName}. nuget output: " + shellRunner.Output + shellRunner.Errors;
3030
Log.Debug(message);
3131
ConsoleWriter.WriteWarning(message);
3232
return null;

0 commit comments

Comments
 (0)