From b224fb07ed079a483f39d3b91a4f34f1306ef674 Mon Sep 17 00:00:00 2001 From: Laurent Bugnion Date: Sat, 23 Apr 2016 23:42:25 +0200 Subject: [PATCH] Fixed Issue 7706: Error in Install.ps1 --- NuGet/V5Full/Tools/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NuGet/V5Full/Tools/install.ps1 b/NuGet/V5Full/Tools/install.ps1 index 0cb922b..1fa492e 100644 --- a/NuGet/V5Full/Tools/install.ps1 +++ b/NuGet/V5Full/Tools/install.ps1 @@ -157,7 +157,7 @@ else $appXamlXml.Load($appxamlPath) $appresources = $appXamlXml.SelectNodes("//*") | where { $_.Name -eq "Application.Resources" } - $resources = null + $resources = $null if ($appresources -eq $null) {