From fc54fef0bf27f98f780334e28126e5e0bbb5118c Mon Sep 17 00:00:00 2001 From: jhkimnew Date: Thu, 8 Jun 2017 10:42:32 -0700 Subject: [PATCH] Fix nuget output path (#107) Fix nuget output path * Update theoutput path of nuget package --- Build/repo.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/repo.targets b/Build/repo.targets index 5e22efef79..77658df344 100644 --- a/Build/repo.targets +++ b/Build/repo.targets @@ -39,7 +39,7 @@ $(RepositoryRoot)nuget\AspNetCore.nuspec - + @@ -56,6 +56,6 @@ DependsOnTargets="_ResolvePackagePublisherPath" Condition="'$(PublishPackage)'=='true'"> - + \ No newline at end of file