Skip to content

Commit 6271213

Browse files
authored
add path prefixes back
1 parent 400e356 commit 6271213

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<RelativePath>%(RecursiveDir)%(FileName)%(Extension)</RelativePath>
9191
</V5AssetsCandidates>
9292
</ItemGroup>
93-
93+
9494
<DefineStaticWebAssets Condition="'@(V4AssetsCandidates->Count())' != '0'" CandidateAssets="@(V4AssetsCandidates)" SourceId="$(PackageId)" SourceType="Discovered" AssetKind="All" ContentRoot="assets/V4" BasePath="$(StaticWebAssetBasePath)">
9595
<Output TaskParameter="Assets" ItemName="V4Assets" />
9696
</DefineStaticWebAssets>
@@ -106,7 +106,7 @@
106106
>
107107
<Output TaskParameter="Endpoints" ItemName="V4AssetEndpoints" />
108108
</DefineStaticWebAssetEndpoints>
109-
109+
110110
<DefineStaticWebAssetEndpoints
111111
Condition="'@(V5Assets)' != ''"
112112
CandidateAssets="@(V5Assets)"
@@ -121,11 +121,13 @@
121121

122122
<GenerateStaticWebAssetEndpointsPropsFile
123123
StaticWebAssets="@(V4Assets)"
124+
PackagePathPrefix="staticwebassets/V4"
124125
StaticWebAssetEndpoints="@(V4AssetEndpoints)"
125126
TargetPropsFilePath="$(IntermediateOutputPath)IdentityUI.V4.endpoints.targets" />
126127

127128
<GenerateStaticWebAssetEndpointsPropsFile
128129
StaticWebAssets="@(V5Assets)"
130+
PackagePathPrefix="staticwebassets/V5"
129131
StaticWebAssetEndpoints="@(V5AssetEndpoints)"
130132
TargetPropsFilePath="$(IntermediateOutputPath)IdentityUI.V5.endpoints.targets" />
131133

0 commit comments

Comments
 (0)