From ad4b73ebe9c99e501350aeb5f1394ccec25c7a9d 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/build/AzureIntegration.targets b/build/AzureIntegration.targets index 35b11a7ceb..57021226df 100644 --- a/build/AzureIntegration.targets +++ b/build/AzureIntegration.targets @@ -6,6 +6,7 @@ + AspNetUniverseBuildOffline=true; RepositoryRoot=$(AzureIntegrationProjectRoot); DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);