Fix property name in universe (#857)

This commit is contained in:
Pavel Krymets 2018-02-07 15:19:40 -08:00 committed by John Luo
parent a5c8c8b534
commit ad4b73ebe9
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<Target Name="BuildAzureIntegration" DependsOnTargets="GeneratePropsFiles"> <Target Name="BuildAzureIntegration" DependsOnTargets="GeneratePropsFiles">
<PropertyGroup> <PropertyGroup>
<AzureIntegrationProjProperties> <AzureIntegrationProjProperties>
AspNetUniverseBuildOffline=true;
RepositoryRoot=$(AzureIntegrationProjectRoot); RepositoryRoot=$(AzureIntegrationProjectRoot);
DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath);
DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);