File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 90
90
<RelativePath >%(RecursiveDir)%(FileName)%(Extension)</RelativePath >
91
91
</V5AssetsCandidates >
92
92
</ItemGroup >
93
-
93
+
94
94
<DefineStaticWebAssets Condition =" '@(V4AssetsCandidates->Count())' != '0'" CandidateAssets =" @(V4AssetsCandidates)" SourceId =" $(PackageId)" SourceType =" Discovered" AssetKind =" All" ContentRoot =" assets/V4" BasePath =" $(StaticWebAssetBasePath)" >
95
95
<Output TaskParameter =" Assets" ItemName =" V4Assets" />
96
96
</DefineStaticWebAssets >
106
106
>
107
107
<Output TaskParameter =" Endpoints" ItemName =" V4AssetEndpoints" />
108
108
</DefineStaticWebAssetEndpoints >
109
-
109
+
110
110
<DefineStaticWebAssetEndpoints
111
111
Condition =" '@(V5Assets)' != ''"
112
112
CandidateAssets =" @(V5Assets)"
121
121
122
122
<GenerateStaticWebAssetEndpointsPropsFile
123
123
StaticWebAssets =" @(V4Assets)"
124
+ PackagePathPrefix =" staticwebassets/V4"
124
125
StaticWebAssetEndpoints =" @(V4AssetEndpoints)"
125
126
TargetPropsFilePath =" $(IntermediateOutputPath)IdentityUI.V4.endpoints.targets" />
126
127
127
128
<GenerateStaticWebAssetEndpointsPropsFile
128
129
StaticWebAssets =" @(V5Assets)"
130
+ PackagePathPrefix =" staticwebassets/V5"
129
131
StaticWebAssetEndpoints =" @(V5AssetEndpoints)"
130
132
TargetPropsFilePath =" $(IntermediateOutputPath)IdentityUI.V5.endpoints.targets" />
131
133
You can’t perform that action at this time.
0 commit comments