Skip to content

Commit

Permalink
fix(nuget): fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchubert committed Feb 2, 2024
1 parent d0d7a3f commit 398c324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/nuget/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async (options, context) => {
args.push('--api-key', `${resolvedOptions.apiKey}`);
}

logger.log(`Pushing '${resolvedOptions.packageFilesRegex}' to ${resolvedOptions.source}.`);
logger.log(`Pushing '${resolvedOptions.output}' to ${resolvedOptions.source}.`);
try {
await execa('dotnet',
args,
Expand Down

0 comments on commit 398c324

Please sign in to comment.