We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a615d5a commit 5b9aba4Copy full SHA for 5b9aba4
WebJobs.Script.proj
@@ -2,7 +2,7 @@
2
<Project ToolsVersion="12.0" DefaultTargets="PackageScriptHost;PackageWebHost;UnitTest" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<PropertyGroup>
4
<BuildInParallel Condition=" '$(BuildInParallel)' == ''">true</BuildInParallel>
5
- <NuGetExe>tools\NuGet.exe</NuGetExe>
+ <NuGetExe Condition=" '$(NuGetExe)' == ''">tools\NuGet.exe</NuGetExe>
6
<SkipStrongNamesExe>packages\Microsoft.Web.SkipStrongNames.1.0.0\tools\SkipStrongNames.exe</SkipStrongNamesExe>
7
<SkipStrongNamesXml>tools\SkipStrongNames.xml</SkipStrongNamesXml>
8
<PublishPath Condition=" '$(PublishPath)' == '' ">bin</PublishPath>
0 commit comments