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 a7688d6 commit d2238c7Copy full SHA for d2238c7
src/WebJobs.Script.SiteExtension/New-PrivateSiteExtension.ps1
@@ -65,7 +65,7 @@ if (-not (Join-Path $InputPath "extension.xml" | Test-Path))
65
exit 1
66
}
67
68
-if ($AppendOutputName || !$OutputPath)
+if ($AppendOutputName -or !$OutputPath)
69
{
70
$runtime = $Bitness -eq '32bit' ? 'win-x86' : 'win-x64'
71
$leaf = (Split-Path $InputPath -Leaf)
0 commit comments