Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-09-13 04:08:09 +0300
committerGitHub <noreply@github.com>2022-09-13 04:08:09 +0300
commit13bd76a208308ee49c4f5050ee09724e3a81c46c (patch)
tree9504c6fef6fab4e737a05eb9554c69ad4ff53021
parent3beb1666291a287f095af8acb614b5b4dc1bc764 (diff)
Pass resource items for VS generated authoring (#75461)
Co-authored-by: Jacques Eloff <joeloff@users.noreply.github.com>
-rw-r--r--src/workloads/workloads.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/workloads/workloads.csproj b/src/workloads/workloads.csproj
index 93df927b5a3..19f6c1fd965 100644
--- a/src/workloads/workloads.csproj
+++ b/src/workloads/workloads.csproj
@@ -115,7 +115,7 @@
<CreateVisualStudioWorkload BaseIntermediateOutputPath="$(WorkloadIntermediateOutputPath)"
AllowMissingPacks="True"
BaseOutputPath="$(WorkloadOutputPath)"
- ComponentResources="$(ComponentResources)"
+ ComponentResources="@(ComponentResources)"
PackageSource="$(PackageSource)"
ShortNames="@(ShortNames)"
WorkloadManifestPackageFiles="@(ManifestPackages)"