Skip to content

Commit 3a51ad5

Browse files
Pass resource items for VS generated authoring (#75462)
Co-authored-by: Jacques Eloff <joeloff@users.noreply.github.com>
1 parent 63dbc82 commit 3a51ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/workloads/workloads.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<CreateVisualStudioWorkload BaseIntermediateOutputPath="$(WorkloadIntermediateOutputPath)"
143143
AllowMissingPacks="True"
144144
BaseOutputPath="$(WorkloadOutputPath)"
145-
ComponentResources="$(ComponentResources)"
145+
ComponentResources="@(ComponentResources)"
146146
PackageSource="$(PackageSource)"
147147
ShortNames="@(ShortNames)"
148148
WorkloadManifestPackageFiles="@(ManifestPackages)"

0 commit comments

Comments
 (0)