From 957a6044e46d9b33f764b8b0366b5d91b431d1a1 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 26 Mar 2018 13:59:27 -0700 Subject: [PATCH] Fix misaligned MSBuild variable name --- build/Templating.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Templating.targets b/build/Templating.targets index 54cebd94f4..175942417e 100644 --- a/build/Templating.targets +++ b/build/Templating.targets @@ -8,7 +8,7 @@ $(IntermediateDir)dependencies.notimestamp.props RepositoryRoot=$(TemplatingProjectRoot); - DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath); BuildNumber=$(BuildNumber); Configuration=$(Configuration); SkipBillOfMaterials=true;