Skip to content

Commit

Permalink
Fix referenced publish static web assets
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Jan 7, 2025
1 parent 51f95d4 commit 261c4e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Copyright (c) .NET Foundation. All rights reserved.
</ComputeReferenceStaticWebAssetItems>

<ComputeEndpointsForReferenceStaticWebAssets
Assets="@(_CachedPublishStaticWebAssets)"
Assets="@(_CachedPublishReferencedStaticWebAsset)"
CandidateEndpoints="@(_CachedPublishStaticWebAssetEndpoints)"
>
<Output TaskParameter="Endpoints" ItemName="_CachedPublishReferencedStaticWebAssetEndpoints" />
Expand Down

0 comments on commit 261c4e4

Please sign in to comment.