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:
@@ -6,3 +6,4 @@
|
||||
**/*.user
|
||||
**/*.suo
|
||||
**/TestResults
|
||||
NuGet.Config
|
||||
Reference in New Issue
Block a user