This commit is contained in:
2025-07-07 21:37:36 -07:00
parent 3027316a02
commit 1c7be9034b

View File

@@ -10,6 +10,8 @@ export PATH="$PATH:/root/.dotnet/tools/"
export XDG_DATA_HOME="$HOME/.local/share" export XDG_DATA_HOME="$HOME/.local/share"
mkdir -p "$XDG_DATA_HOME" mkdir -p "$XDG_DATA_HOME"
ls -al
echo "Running command: $COMMAND"
# Add NuGet sources before running command # Add NuGet sources before running command
handle_nuget_sources "add" handle_nuget_sources "add"