From c1eadf35f963bf5e2fb1bb682f540a6de72d6e29 Mon Sep 17 00:00:00 2001 From: Scion Date: Mon, 7 Jul 2025 21:28:50 -0700 Subject: [PATCH] Added logging. --- dotnet/dotnet-10/nuget_utils.sh | 2 +- dotnet/dotnet/nuget_utils.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/dotnet-10/nuget_utils.sh b/dotnet/dotnet-10/nuget_utils.sh index 00fdff6..24e4a6c 100644 --- a/dotnet/dotnet-10/nuget_utils.sh +++ b/dotnet/dotnet-10/nuget_utils.sh @@ -24,7 +24,7 @@ add_or_remove_nuget_source() { # Function to add/remove NuGet sources handle_nuget_sources() { local action="${1:-add}" # Default to 'add', can be 'remove' - + echo "Updating NuGet sources with action: $action" if [[ -n "$NUGET_SOURCES" ]]; then # Split sources, usernames, and passwords on newlines IFS=$'\n' read -rd '' -a sources <<< "$NUGET_SOURCES" diff --git a/dotnet/dotnet/nuget_utils.sh b/dotnet/dotnet/nuget_utils.sh index 00fdff6..24e4a6c 100644 --- a/dotnet/dotnet/nuget_utils.sh +++ b/dotnet/dotnet/nuget_utils.sh @@ -24,7 +24,7 @@ add_or_remove_nuget_source() { # Function to add/remove NuGet sources handle_nuget_sources() { local action="${1:-add}" # Default to 'add', can be 'remove' - + echo "Updating NuGet sources with action: $action" if [[ -n "$NUGET_SOURCES" ]]; then # Split sources, usernames, and passwords on newlines IFS=$'\n' read -rd '' -a sources <<< "$NUGET_SOURCES"