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">
<PropertyGroup>
<AzureIntegrationProjProperties>
AspNetUniverseBuildOffline=true;
RepositoryRoot=$(AzureIntegrationProjectRoot);
DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath);
DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);