remove xml declarations (#19339)

This commit is contained in:
kasperk81 2024-04-07 09:53:48 +03:00 committed by GitHub
parent 899cd0fdb3
commit 6d9d25aae3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 29 additions and 87 deletions

View file

@ -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$"" />