chore: exclude NuGet.Config from docker build context

NuGet.Config sets globalPackagesFolder to %USERPROFILE% for Windows.
Docker Linux builds must not inherit this - they use /root/.nuget/packages by default.

Ref: IT-628

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Anatolii Grynchuk
2026-05-02 03:23:04 +03:00
parent 5f09f7f4fe
commit b5214973ce
+1
View File
@@ -6,3 +6,4 @@
**/*.user **/*.user
**/*.suo **/*.suo
**/TestResults **/TestResults
NuGet.Config