Fix property name in universe (#857)

This commit is contained in:
Pavel Krymets 2018-02-07 15:19:40 -08:00 committed by GitHub
parent 0b890f1a55
commit 72255f5338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -26,7 +26,7 @@
<_BuildTemplateProjProperties> <_BuildTemplateProjProperties>
$(TemplateProjProperties); $(TemplateProjProperties);
SkipAspNetCoreRuntimeInstall=true; SkipAspNetCoreRuntimeInstall=true;
DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath);
DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);
SkipTests=true; SkipTests=true;
</_BuildTemplateProjProperties> </_BuildTemplateProjProperties>