remove xml declarations (#19339)
This commit is contained in:
parent
899cd0fdb3
commit
6d9d25aae3
58 changed files with 29 additions and 87 deletions
|
@ -95,8 +95,7 @@ namespace Microsoft.DotNet.TestFramework
|
|||
var newNuGetConfig = Root.GetFile("NuGet.Config");
|
||||
externalRestoreSources = externalRestoreSources ?? string.Empty;
|
||||
|
||||
var content = @"<?xml version=""1.0"" encoding=""utf-8""?>
|
||||
<configuration>
|
||||
var content = @"<configuration>
|
||||
<packageSources>
|
||||
<add key=""dotnet-core"" value=""https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json"" />
|
||||
<add key=""test-packages"" value=""$fullpath$"" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue