From 72255f5338e41e0db5704732c2840cc74633e994 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 7 Feb 2018 15:19:40 -0800 Subject: [PATCH] Fix property name in universe (#857) --- build/AzureIntegration.targets | 3 ++- build/Templating.targets | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/AzureIntegration.targets b/build/AzureIntegration.targets index f2d7461c70..57021226df 100644 --- a/build/AzureIntegration.targets +++ b/build/AzureIntegration.targets @@ -6,8 +6,9 @@ + AspNetUniverseBuildOffline=true; RepositoryRoot=$(AzureIntegrationProjectRoot); - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); BuildNumber=$(BuildNumber); Configuration=$(Configuration); diff --git a/build/Templating.targets b/build/Templating.targets index 8ef7591a43..78b7963990 100644 --- a/build/Templating.targets +++ b/build/Templating.targets @@ -26,7 +26,7 @@ <_BuildTemplateProjProperties> $(TemplateProjProperties); SkipAspNetCoreRuntimeInstall=true; - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); SkipTests=true;