Skip to content

Commit

Permalink
Workaround for dotnet/source-build#4807
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman committed Dec 18, 2024
1 parent ad020fe commit 2ad8387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@

<!-- Get the previously-built-source-built package information from the manifest from that build. -->
<ItemGroup>
<_PrebuiltSourceBuiltAssetManifests Include="$(PrebuiltSourceBuiltPackagesPath)VerticalManifest.xml" />
<_PrebuiltSourceBuiltAssetManifests Include="$(PrebuiltSourceBuiltPackagesPath)*.xml" />
</ItemGroup>

<GetKnownArtifactsFromAssetManifests AssetManifests="@(_PrebuiltSourceBuiltAssetManifests)" Condition="Exists(@(_PrebuiltSourceBuiltAssetManifests))">
Expand Down

0 comments on commit 2ad8387

Please sign in to comment.