diff --git a/build/AzureIntegration.targets b/build/AzureIntegration.targets index f2d7461c70..35b11a7ceb 100644 --- a/build/AzureIntegration.targets +++ b/build/AzureIntegration.targets @@ -7,7 +7,7 @@ RepositoryRoot=$(AzureIntegrationProjectRoot); - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); BuildNumber=$(BuildNumber); Configuration=$(Configuration); diff --git a/build/Templating.targets b/build/Templating.targets index 9da8ea25c3..5f2867073d 100644 --- a/build/Templating.targets +++ b/build/Templating.targets @@ -28,7 +28,7 @@ <_BuildTemplateProjProperties> $(TemplateProjProperties); SkipAspNetCoreRuntimeInstall=true; - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); SkipTests=true; @@ -60,18 +60,18 @@ - <_BuildTemplateProjProperties> + <_TestTemplateProjProperties> $(TemplateProjProperties); SkipAspNetCoreRuntimeInstall=true; - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); NoBuild=true; - +