You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (-not (Test-Path$sf-PathType Leaf)) # check if the path is a file to give a friendly message if not
138
+
{
139
+
Write-Error (Get-LocalizedString-Key "Path '{0}' does not exist or is not a solution file. Check the 'path to solution or packages.config' property of the NuGetInstaller task "-ArgumentList $sf)
0 commit comments