File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 >
106106 >
107107 <Output TaskParameter =" Endpoints" ItemName =" V4AssetEndpoints" />
108108 </DefineStaticWebAssetEndpoints >
109-
109+
110110 <DefineStaticWebAssetEndpoints
111111 Condition =" '@(V5Assets)' != ''"
112112 CandidateAssets =" @(V5Assets)"
122122 <GenerateStaticWebAssetEndpointsPropsFile
123123 StaticWebAssets =" @(V4Assets)"
124124 StaticWebAssetEndpoints =" @(V4AssetEndpoints)"
125+ PackagePathPrefix =" staticwebassets/V4"
125126 TargetPropsFilePath =" $(IntermediateOutputPath)IdentityUI.V4.endpoints.targets" />
126127
127128 <GenerateStaticWebAssetEndpointsPropsFile
128129 StaticWebAssets =" @(V5Assets)"
129130 StaticWebAssetEndpoints =" @(V5AssetEndpoints)"
131+ PackagePathPrefix =" staticwebassets/V5"
130132 TargetPropsFilePath =" $(IntermediateOutputPath)IdentityUI.V5.endpoints.targets" />
131133
132134 <ComputeStaticWebAssetsTargetPaths Assets =" @(V4Assets)" PathPrefix =" staticwebassets/V4" AdjustPathsForPack =" true" >
You can’t perform that action at this time.
0 commit comments