Skip to content

Commit 770d598

Browse files
committed
Fix package
1 parent d56da4c commit 770d598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@
156156
StaticWebAssetEndpoints="@(V5AssetEndpoints)"
157157
TargetPropsFilePath="$(IntermediateOutputPath)IdentityUI.V5.endpoints.targets" />
158158

159-
<ComputeStaticWebAssetsTargetPaths Assets="@(V4Assets)" PathPrefix="staticwebassets/V4" AdjustPathsForPack="true">
159+
<ComputeStaticWebAssetsTargetPaths Assets="@(FinalV4Assets)" PathPrefix="staticwebassets/V4" AdjustPathsForPack="true">
160160
<Output TaskParameter="AssetsWithTargetPath" ItemName="_PackStaticWebAssetWithTargetPath" />
161161
</ComputeStaticWebAssetsTargetPaths>
162-
<ComputeStaticWebAssetsTargetPaths Assets="@(V5Assets)" PathPrefix="staticwebassets/V5" AdjustPathsForPack="true">
162+
<ComputeStaticWebAssetsTargetPaths Assets="@(FinalV5Assets)" PathPrefix="staticwebassets/V5" AdjustPathsForPack="true">
163163
<Output TaskParameter="AssetsWithTargetPath" ItemName="_PackStaticWebAssetWithTargetPath" />
164164
</ComputeStaticWebAssetsTargetPaths>
165165

0 commit comments

Comments
 (0)