From b78ee81a1e6a063a3020498ded9fe23b2094de7c Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 26 Oct 2018 09:57:45 -0700 Subject: [PATCH] Flow DotNetRestoreSourcePropsPath and DotNetPackageVersionPropsPath into the shared framework build steps --- build/SharedFx.targets | 17 +++++++++++------ build/sources.props | 4 ---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/build/SharedFx.targets b/build/SharedFx.targets index c2d5d7ed5a..f5db4c1b86 100644 --- a/build/SharedFx.targets +++ b/build/SharedFx.targets @@ -14,29 +14,34 @@ - + + + <_RestoreGraphProjectInput>@(ProjectToBuild) + + $(SolutionProperties); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath) + + Properties="$(SharedFxBuildProperties);RestoreGraphProjectInput=$(_RestoreGraphProjectInput);_DummyTarget=Restore" /> - - diff --git a/build/sources.props b/build/sources.props index 7f3d24608f..a08e49dfdb 100644 --- a/build/sources.props +++ b/build/sources.props @@ -7,10 +7,6 @@ $(DotNetAdditionalRestoreSources); $(DotNetRestoreSources); - - $(RepositoryRoot)artifacts/build/; - $(DotNetRestoreSources); - $(RestoreSources); https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;