From 1d9dcdf7ae305cac6e314b6836c7778c44b442a9 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 15 May 2017 13:47:17 -0700 Subject: [PATCH] Install NuGet.CommandLine 3.5.0 to acquire nuget.exe --- Build/repo.targets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Build/repo.targets b/Build/repo.targets index 2138b46789..5e22efef79 100644 --- a/Build/repo.targets +++ b/Build/repo.targets @@ -3,10 +3,12 @@ true $(VerifyDependsOn);PublishPackage https://dotnet.myget.org/F/aspnetcoremodule/api/v2/package + 3.5.0 + @@ -33,7 +35,7 @@ - $(RepositoryRoot).build\nuget.exe + $([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))nuget.commandline\$(NuGetCommandLineVersion)\tools\nuget.exe $(RepositoryRoot)nuget\AspNetCore.nuspec