Skip to content

Commit

Permalink
Update CICD.Tools.CatalogUpload/Program.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Debevere <97611683+PedroDebevere@users.noreply.github.com>
  • Loading branch information
janstaelensskyline and PedroDebevere authored Dec 12, 2023
1 parent 4b5c98f commit e899b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CICD.Tools.CatalogUpload/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private static async Task<int> Process(string pathToArtifact, string dmCatalogTo
return await ProcessWithRegistration(pathToArtifact, dmCatalogToken, isDebug, null, null, null, null, null);
}

private static async Task<int> ProcessWithRegistration(string pathToArtifact, string dmCatalogToken, bool isDebug, string registrationIdentifier, string overrideVersion, string branch, string committerMail, string releaseUri)
private static async Task<int> ProcessWithRegistrationAsync(string pathToArtifact, string dmCatalogToken, bool isDebug, string registrationIdentifier, string overrideVersion, string branch, string committerMail, string releaseUri)
{
LoggerConfiguration logConfig;

Expand Down

0 comments on commit e899b64

Please sign in to comment.