From 86be67a1f35c15132fe72867f254086999521c29 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 13 Feb 2018 11:44:48 -0800 Subject: [PATCH] Fix typo in property name (#876) --- build/AzureIntegration.targets | 2 +- build/Templating.targets | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/AzureIntegration.targets b/build/AzureIntegration.targets index f2d7461c70..35b11a7ceb 100644 --- a/build/AzureIntegration.targets +++ b/build/AzureIntegration.targets @@ -7,7 +7,7 @@ RepositoryRoot=$(AzureIntegrationProjectRoot); - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); BuildNumber=$(BuildNumber); Configuration=$(Configuration); diff --git a/build/Templating.targets b/build/Templating.targets index 9da8ea25c3..5f2867073d 100644 --- a/build/Templating.targets +++ b/build/Templating.targets @@ -28,7 +28,7 @@ <_BuildTemplateProjProperties> $(TemplateProjProperties); SkipAspNetCoreRuntimeInstall=true; - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); SkipTests=true; @@ -60,18 +60,18 @@ - <_BuildTemplateProjProperties> + <_TestTemplateProjProperties> $(TemplateProjProperties); SkipAspNetCoreRuntimeInstall=true; - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); NoBuild=true; - +