Remove Microsoft.SourceBuild.Intermediate from prebuilt baseline (#4427)
authorElla Hathaway <67609881+ellahathaway@users.noreply.github.com>
Sat, 9 Dec 2023 02:28:18 +0000 (18:28 -0800)
committerGitHub <noreply@github.com>
Sat, 9 Dec 2023 02:28:18 +0000 (18:28 -0800)
Prebuilt detection no longer detects Microsoft.SourceBuild.Intermediates
as prebuilts due to https://github.com/dotnet/arcade/pull/13935.

Addresses https://github.com/dotnet/source-build/issues/3010

eng/SourceBuildPrebuiltBaseline.xml

index 2a571b3e57fe64d83d55c7033679e951d61bf1bd..854ceff4581a8706af49a8701b049099d4411fe2 100644 (file)
@@ -3,6 +3,5 @@
 
 <UsageData>
   <IgnorePatterns>
-    <UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*" />
   </IgnorePatterns>
-</UsageData>
\ No newline at end of file
+</UsageData>