From eb5b94e3c48b00079597fb9f75cbeef757eb7ef1 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 26 Mar 2018 16:03:09 -0700 Subject: [PATCH] Make consistent variable names for RestoreSourcePropsPath --- build/RepositoryBuild.targets | 2 +- build/RuntimeStore.targets | 14 +++++++------- build/Templating.targets | 2 +- build/repo.targets | 8 ++++---- .../tools/templates/RS.Manifest/RS.Manifest.csproj | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/build/RepositoryBuild.targets b/build/RepositoryBuild.targets index bbcc652f82..07d45bb2c6 100644 --- a/build/RepositoryBuild.targets +++ b/build/RepositoryBuild.targets @@ -41,7 +41,7 @@ $(RepositoryBuildArguments) /p:AspNetUniverseBuildOffline=true - $(RepositoryBuildArguments) /p:DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath) + $(RepositoryBuildArguments) /p:DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcePropsPath) $(RepositoryBuildArguments) /p:DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath) $(RepositoryBuildArguments) /p:BuildNumber=$(BuildNumber) $(RepositoryBuildArguments) /p:Configuration=$(Configuration) diff --git a/build/RuntimeStore.targets b/build/RuntimeStore.targets index 5fc3b44466..9592fc5be5 100644 --- a/build/RuntimeStore.targets +++ b/build/RuntimeStore.targets @@ -49,12 +49,12 @@ + Properties="Configuration=$(Configuration);BuildNumber=$(BuildNumber);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcePropsPath);AspNetUniverseBuildOffline=true;_Target=Restore" /> + Properties="Configuration=$(Configuration);BuildNumber=$(BuildNumber);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcePropsPath);AspNetUniverseBuildOffline=true" /> @@ -86,12 +86,12 @@ + Properties="Configuration=$(Configuration);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcePropsPath);_Target=Restore" /> + Properties="Configuration=$(Configuration);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcePropsPath)" /> @@ -110,11 +110,11 @@ + OutputPath="$(GeneratedRestoreSourcePropsPath)" /> <_RsManifestProps>MicrosoftAspNetCoreAllPackageVersion=$(PackageVersion) - <_RsManifestProps>$(_RsManifestProps);DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath) + <_RsManifestProps>$(_RsManifestProps);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcePropsPath) @@ -152,7 +152,7 @@ $(_WorkRoot)HostingStartup\ <_HostingStartupProps>DepsOutputPath=$(_DepsOutputDirectory) - <_HostingStartupProps>$(_HostingStartupProps);DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath) + <_HostingStartupProps>$(_HostingStartupProps);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcePropsPath) <_HostingStartupProps>$(_HostingStartupProps);RuntimeFrameworkVersion=$(MicrosoftNETCoreApp20PackageVersion) <_HostingStartupProps>$(_HostingStartupProps);HostingStartupPackageName=$(HostingStartupPackageName) <_HostingStartupProps>$(_HostingStartupProps);HostingStartupPackageVersion=$(HostingStartupPackageVersion) diff --git a/build/Templating.targets b/build/Templating.targets index 175942417e..003ad20ddb 100644 --- a/build/Templating.targets +++ b/build/Templating.targets @@ -8,7 +8,7 @@ $(IntermediateDir)dependencies.notimestamp.props RepositoryRoot=$(TemplatingProjectRoot); - DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcePropsPath); BuildNumber=$(BuildNumber); Configuration=$(Configuration); SkipBillOfMaterials=true; diff --git a/build/repo.targets b/build/repo.targets index 47b6aa7521..caeb8ab94e 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -18,7 +18,7 @@ $(IntermediateDir)ext\ $(IntermediateDir)dependencies.props - $(IntermediateDir)sources.props + $(IntermediateDir)sources.props $(PrepareDependsOn);VerifyPackageArtifactConfig;PrepareOutputPath $(CleanDependsOn);CleanArtifacts;CleanUniverseArtifacts @@ -62,7 +62,7 @@ + OutputPath="$(GeneratedRestoreSourcePropsPath)" /> @@ -166,14 +166,14 @@ Solutions="@(Solution)" Artifacts="@(ArtifactInfo);@(ShippedArtifactInfo)" Repositories="@(Repository);@(ShippedRepository)" - Properties="Configuration=$(Configuration);BuildNumber=$(BuildNumber);DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath)" /> + Properties="Configuration=$(Configuration);BuildNumber=$(BuildNumber);DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcePropsPath)" /> + Properties="Configuration=$(Configuration);BuildNumber=$(BuildNumber);DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcePropsPath)"> diff --git a/build/tools/templates/RS.Manifest/RS.Manifest.csproj b/build/tools/templates/RS.Manifest/RS.Manifest.csproj index abb2d76d90..7d1d0f66ab 100644 --- a/build/tools/templates/RS.Manifest/RS.Manifest.csproj +++ b/build/tools/templates/RS.Manifest/RS.Manifest.csproj @@ -1,6 +1,6 @@ - + netcoreapp2.0