Skip to content

Use nuget.config file for DotNetCLI tasks#72

Open
jlee671 wants to merge 9 commits into
mainfrom
jlee671-dev-jiwon-add-nuget-config
Open

Use nuget.config file for DotNetCLI tasks#72
jlee671 wants to merge 9 commits into
mainfrom
jlee671-dev-jiwon-add-nuget-config

Conversation

@jlee671

@jlee671 jlee671 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Use nuget.config file for DotNetCLI tasks for Network Isolation policy

jlee671 and others added 8 commits July 1, 2026 12:57
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Removed '--no-build' argument from test command.
Move nuget.config out of repo root into build/ so GitHub Actions dotnet restore no longer auto-discovers it and falls back to nuget.org, while the Azure DevOps pipeline references it explicitly.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Updated path separators in build arguments for consistency.
@jlee671 jlee671 marked this pull request as ready for review July 1, 2026 22:55
…tore

Root nuget.config (internal feed only) is auto-discovered by the Azure DevOps build steps and 1ES governance scans, keeping the build nuget.org-free. GitHub Actions passes --source nuget.org so its restore ignores the internal-only root config instead of 401ing, with no second config file.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant