Skip to content

Commit a1db10a

Browse files
authored
Remove Microsoft.SourceBuild.Intermediate from prebuilt baseline (#4427)
Prebuilt detection no longer detects Microsoft.SourceBuild.Intermediates as prebuilts due to dotnet/arcade#13935. Addresses dotnet/source-build#3010
1 parent 7dba9d4 commit a1db10a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33

44
<UsageData>
55
<IgnorePatterns>
6-
<UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*" />
76
</IgnorePatterns>
8-
</UsageData>
7+
</UsageData>

0 commit comments

Comments
 (0)