Skip to content

Commit 5b9aba4

Browse files
committed
Updating nuget.exe resolution in build project
1 parent a615d5a commit 5b9aba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebJobs.Script.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="12.0" DefaultTargets="PackageScriptHost;PackageWebHost;UnitTest" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<BuildInParallel Condition=" '$(BuildInParallel)' == ''">true</BuildInParallel>
5-
<NuGetExe>tools\NuGet.exe</NuGetExe>
5+
<NuGetExe Condition=" '$(NuGetExe)' == ''">tools\NuGet.exe</NuGetExe>
66
<SkipStrongNamesExe>packages\Microsoft.Web.SkipStrongNames.1.0.0\tools\SkipStrongNames.exe</SkipStrongNamesExe>
77
<SkipStrongNamesXml>tools\SkipStrongNames.xml</SkipStrongNamesXml>
88
<PublishPath Condition=" '$(PublishPath)' == '' ">bin</PublishPath>

0 commit comments

Comments
 (0)