Skip to content

Commit 13bd76a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workloads/workloads.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<CreateVisualStudioWorkload BaseIntermediateOutputPath="$(WorkloadIntermediateOutputPath)"
116116
AllowMissingPacks="True"
117117
BaseOutputPath="$(WorkloadOutputPath)"
118-
ComponentResources="$(ComponentResources)"
118+
ComponentResources="@(ComponentResources)"
119119
PackageSource="$(PackageSource)"
120120
ShortNames="@(ShortNames)"
121121
WorkloadManifestPackageFiles="@(ManifestPackages)"

0 commit comments

Comments
 (0)