Fix property name in universe (#857)
This commit is contained in:
parent
0b890f1a55
commit
72255f5338
|
|
@ -6,8 +6,9 @@
|
|||
<Target Name="BuildAzureIntegration" DependsOnTargets="GeneratePropsFiles">
|
||||
<PropertyGroup>
|
||||
<AzureIntegrationProjProperties>
|
||||
AspNetUniverseBuildOffline=true;
|
||||
RepositoryRoot=$(AzureIntegrationProjectRoot);
|
||||
DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath);
|
||||
DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath);
|
||||
DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);
|
||||
BuildNumber=$(BuildNumber);
|
||||
Configuration=$(Configuration);
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<_BuildTemplateProjProperties>
|
||||
$(TemplateProjProperties);
|
||||
SkipAspNetCoreRuntimeInstall=true;
|
||||
DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath);
|
||||
DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath);
|
||||
DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);
|
||||
SkipTests=true;
|
||||
</_BuildTemplateProjProperties>
|
||||
|
|
|
|||
Loading…
Reference in New Issue