From 5475a81a55abc330be998810b7b4cde96cad58f4 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Mon, 15 Jul 2019 10:25:17 -0700 Subject: [PATCH] Switch to lower case t (templates) for the folder name under dotnet. --- src/redist/targets/BundledTemplates.targets | 4 ++-- src/redist/targets/GenerateDebs.targets | 4 ++-- src/redist/targets/GeneratePKG.targets | 4 ++-- src/redist/targets/GenerateRPMs.targets | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 3c498063e..e698e7a31 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -42,13 +42,13 @@ + DestinationFolder="$(RedistLayoutPath)templates/$(BundledTemplatesVersion)"/> + DestinationFolder="$(TemplatesLayoutPath)templates/$(BundledTemplatesVersion)"/> diff --git a/src/redist/targets/GenerateDebs.targets b/src/redist/targets/GenerateDebs.targets index 2d093603a..421b6e70a 100644 --- a/src/redist/targets/GenerateDebs.targets +++ b/src/redist/targets/GenerateDebs.targets @@ -83,7 +83,7 @@ $(RepoRoot)Documentation/manpages $(RepoRoot)test/EndToEnd/EndToEnd.Tests.csproj $(RedistLayoutPath)sdk/ - $(RedistLayoutPath)Templates/ + $(RedistLayoutPath)templates/ @@ -252,7 +252,7 @@ - + @@ -141,7 +141,7 @@ DestinationDirectory="$(SdkInternalLayoutPath)" /> + DestinationFiles="@(TemplateFiles->'$(SdkInternalLayoutPath)/templates/%(RecursiveDir)%(Filename)%(Extension)')" /> $(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(SdkRpmPackageVersion) $(SdkVersion) $(RedistLayoutPath)sdk/ - $(RedistLayoutPath)Templates/ + $(RedistLayoutPath)templates/ $(ArtifactsShippingPackagesDir)$(DistroSpecificArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk)$(InstallerExtension) $(SdkRPMInstallerFile) @@ -191,7 +191,7 @@ $(RpmIntermediatesDir)/RpmLayoutDirectory/ $(RpmLayoutDirectory)package_root $(RpmLayoutPackageRoot)/sdk - $(RpmLayoutPackageRoot)/Templates + $(RpmLayoutPackageRoot)/templates $(RpmLayoutDirectory)docs $(RpmLayoutDirectory)templates $(RpmLayoutDirectory)scripts