Skip to content

Commit 9fba55c

Browse files
Update .devcontainer/setup-nuget-auth.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5c04b11 commit 9fba55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/setup-nuget-auth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "Setting up NuGet authentication for Azure DevOps..."
66
# Load environment variables from .env file if it exists
77
if [ -f ".devcontainer/.env" ]; then
88
echo "Loading environment variables from .devcontainer/.env..."
9-
export $(grep -v '^#' .devcontainer/.env | xargs)
9+
set -o allexport; source .devcontainer/.env; set +o allexport
1010
fi
1111

1212
# Install Azure Artifacts Credential Provider

0 commit comments

Comments
 (0)