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.