Skip to content

Commit fc6a726

Browse files
authored
Fix missing files from rpm and deb packages (#47910)
1 parent f4b7986 commit fc6a726

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Layout/pkg/dotnet-sdk.proj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,14 @@
4040

4141
<PropertyGroup>
4242
<ManpagesDirectory>$(RepoRoot)documentation/manpages/sdk</ManpagesDirectory>
43-
<CLISdkRoot>$(RedistInstallerLayoutPath)sdk/</CLISdkRoot>
44-
<TemplatesRoot>$(RedistInstallerLayoutPath)templates/</TemplatesRoot>
4543
</PropertyGroup>
4644

4745
<Target Name="PublishToDisk">
4846
<Error Condition="'$(OutputPath)' == ''" Text="Publishing to disk requires the OutputPath to be set to the root of the path to write to." />
4947

5048
<ItemGroup>
51-
<CLISdkFiles Include="$(CLISdkRoot)**/*" />
52-
<TemplatesFiles Include="$(TemplatesRoot)**/*" />
49+
<CLISdkFiles Include="$(RedistInstallerLayoutPath)sdk/**/*" />
50+
<TemplatesFiles Include="$(RedistInstallerLayoutPath)templates/**/*" />
5351
<ManifestFiles Include="$(RedistInstallerLayoutPath)sdk-manifests/**/*" />
5452
</ItemGroup>
5553

0 commit comments

Comments
 (0)