Open quasarea opened 3 years ago
NuGet product used: NuGet.exe
Product version: 5.8.11
Worked before? Nope
type c:\temp\NuGet.Config <?xml version="1.0" encoding="utf-8"?> <configuration> ... </configuration> nuget sources update -name AZDO -ConfigFile c:\temp\NuGet.Config -username PAT -password PAT Package source "AZDO" was successfully updated. type c:\temp\NuGet.Config <?xml version="1.0" encoding="utf-8"?> <configuration> ... </configuration>
Note - it is visible under cmd, powershell type command does not display those characters
Yes, I can repro this bug. It looks some XML encoding issue.
Details about Problem
NuGet product used: NuGet.exe
Product version: 5.8.11
Worked before? Nope
Repro steps and/or sample project
Note - it is visible under cmd, powershell type command does not display those characters