From 986a8d3e1d2b8626a977954d467843e1c2f63911 Mon Sep 17 00:00:00 2001 From: delarea Date: Thu, 21 Nov 2024 13:06:01 +0200 Subject: [PATCH] revert source name change --- artifactory/commands/dotnet/dotnetcommand.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artifactory/commands/dotnet/dotnetcommand.go b/artifactory/commands/dotnet/dotnetcommand.go index fd83131b5..38575a487 100644 --- a/artifactory/commands/dotnet/dotnetcommand.go +++ b/artifactory/commands/dotnet/dotnetcommand.go @@ -19,7 +19,8 @@ import ( ) const ( - SourceName = "JFrogArtifactory" + // SourceName should match the one in the NuGet config file template. + SourceName = "JFrogCli" configFilePattern = "jfrog.cli.nuget." dotnetTestError = `the command failed with an error.