Skip to content

Commit c9afef1

Browse files
authored
[StaticWebAssets] Additional endpoints were incorrectly being passed to consuming projects during publish (#48224)
There was a typo, and the wrong item group was being used to compute the referenced project endpoints
1 parent b6698db commit c9afef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticWebAssetsSdk/Targets/Microsoft.NET.Sdk.StaticWebAssets.References.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Copyright (c) .NET Foundation. All rights reserved.
234234
</ComputeReferenceStaticWebAssetItems>
235235

236236
<ComputeEndpointsForReferenceStaticWebAssets
237-
Assets="@(_CachedPublishStaticWebAssets)"
237+
Assets="@(_CachedPublishReferencedStaticWebAsset)"
238238
CandidateEndpoints="@(_CachedPublishStaticWebAssetEndpoints)"
239239
>
240240
<Output TaskParameter="Endpoints" ItemName="_CachedPublishReferencedStaticWebAssetEndpoints" />

0 commit comments

Comments
 (0)