Skip to content

Commit c08610f

Browse files
authored
[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.3xx' (#53390)
2 parents 5dd4512 + bd7b8fe commit c08610f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
55
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
66
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
7-
<add key="darc-pub-dotnet-aspnetcore-3cc83de" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-3cc83de3/nuget/v3/index.json" />
8-
<add key="darc-pub-dotnet-runtime-d398172" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-d3981726/nuget/v3/index.json" />
97
</packageSources>
108
</configuration>

src/VirtualMonoRepo/source-mappings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@
104104
},
105105
{
106106
"name": "roslyn",
107-
"defaultRemote": "https://github.com/dotnet/roslyn"
107+
"defaultRemote": "https://github.com/dotnet/roslyn",
108+
"exclude": [
109+
// Obfuscated files are blocking the source tarball signing
110+
"src/Compilers/Test/Resources/Core/MetadataTests/Invalid/Obfuscated*.dll"
111+
]
108112
},
109113
{
110114
"name": "roslyn-analyzers",

0 commit comments

Comments
 (0)