Fix property name in universe (#857)
This commit is contained in:
parent
0b890f1a55
commit
72255f5338
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue