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
Copy file name to clipboardexpand all lines: Sdk/CatalogService/CatalogServiceFactory.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ public static class CatalogServiceFactory
15
15
/// <returns>An instance of <see cref="ICatalogService"/> to communicate with the Skyline DataMiner Catalog (https://catalog.dataminer.services/).</returns>
Log.LogError($"Unable to publish. Missing the property CatalogPublishKeyName that defines the name of a user-secret holding the datminer.services organization key.'");
95
+
Log.LogError($"Unable to publish for '{PackageId}'. Missing the property CatalogPublishKeyName that defines the name of a user-secret holding the dataminer.services organization key.'");
95
96
returnfalse;
96
97
}
97
98
@@ -100,11 +101,11 @@ public override bool Execute()
Log.LogError($"Unable to publish. Missing a project User Secret {CatalogPublishKeyName} or environment variable {expectedEnvironmentVariable} holding the dataminer.services organization key.");
104
+
Log.LogError($"Unable to publish for '{PackageId}'. Missing a project User Secret {CatalogPublishKeyName} or environment variable {expectedEnvironmentVariable} holding the dataminer.services organization key.");
0 commit comments