Pass resource item to workload task (#85264)
authorJacques Eloff <joeloff@users.noreply.github.com>
Mon, 24 Apr 2023 23:32:16 +0000 (16:32 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 23:32:16 +0000 (16:32 -0700)
src/workloads/workloads.csproj

index 0fc48f5..3e81fe9 100644 (file)
     <CreateVisualStudioWorkload BaseIntermediateOutputPath="$(WorkloadIntermediateOutputPath)"
                                 AllowMissingPacks="True"
                                 BaseOutputPath="$(WorkloadOutputPath)"
-                                ComponentResources="$(ComponentResources)"
+                                ComponentResources="@(ComponentResources)"
                                 PackageSource="$(PackageSource)"
                                 ShortNames="@(ShortNames)"
                                 WorkloadManifestPackageFiles="@(ManifestPackages)"