diff --git a/build/AzureIntegration.targets b/build/AzureIntegration.targets index f2d7461c70..57021226df 100644 --- a/build/AzureIntegration.targets +++ b/build/AzureIntegration.targets @@ -6,8 +6,9 @@ + AspNetUniverseBuildOffline=true; RepositoryRoot=$(AzureIntegrationProjectRoot); - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); BuildNumber=$(BuildNumber); Configuration=$(Configuration); diff --git a/build/Templating.targets b/build/Templating.targets index 8ef7591a43..78b7963990 100644 --- a/build/Templating.targets +++ b/build/Templating.targets @@ -26,7 +26,7 @@ <_BuildTemplateProjProperties> $(TemplateProjProperties); SkipAspNetCoreRuntimeInstall=true; - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); SkipTests=true;