We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a251e0 commit 9dee3cfCopy full SHA for 9dee3cf
src/Layout/redist-installer/targets/GeneratePKG.targets
@@ -141,11 +141,11 @@
141
Outputs="$(SdkPKGInstallerFile)"
142
DependsOnTargets="GenerateLayout;SetupPkgInputsOutputs">
143
<ItemGroup>
144
- <TemplateFiles Include="$(RedistLayoutPath)templates/**/*" />
+ <TemplateFiles Include="$(RedistInstallerLayoutPath)templates/**/*" />
145
</ItemGroup>
146
147
148
- <ManifestFiles Include="$(RedistLayoutPath)sdk-manifests/**/*" />
+ <ManifestFiles Include="$(RedistInstallerLayoutPath)sdk-manifests/**/*" />
149
150
151
<!-- Copy ASP.NET runtime and targeting pack to internal layout, as we don't currently chain that in with a pkg dependency -->
0 commit comments