File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 40
40
41
41
<PropertyGroup >
42
42
<ManpagesDirectory >$(RepoRoot)documentation/manpages/sdk</ManpagesDirectory >
43
- <CLISdkRoot >$(RedistInstallerLayoutPath)sdk/</CLISdkRoot >
44
- <TemplatesRoot >$(RedistInstallerLayoutPath)templates/</TemplatesRoot >
45
43
</PropertyGroup >
46
44
47
45
<Target Name =" PublishToDisk" >
48
46
<Error Condition =" '$(OutputPath)' == ''" Text =" Publishing to disk requires the OutputPath to be set to the root of the path to write to." />
49
47
50
48
<ItemGroup >
51
- <CLISdkFiles Include =" $(CLISdkRoot) **/*" />
52
- <TemplatesFiles Include =" $(TemplatesRoot) **/*" />
49
+ <CLISdkFiles Include =" $(RedistInstallerLayoutPath)sdk/ **/*" />
50
+ <TemplatesFiles Include =" $(RedistInstallerLayoutPath)templates/ **/*" />
53
51
<ManifestFiles Include =" $(RedistInstallerLayoutPath)sdk-manifests/**/*" />
54
52
</ItemGroup >
55
53
You can’t perform that action at this time.
0 commit comments