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