Squirrel.Windows
Squirrel.Windows copied to clipboard
Cannot Install NormalizePath not found
I am using the Package Manager and I keep trying to install into my Visual Studio 15 but I cannot get past this error:
Install-Package : Invalid static method invocation syntax: "[MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)..\tools')". Method '[MSBuild]::NormalizePath' not found. Static method
invocation should be of the form: $([FullTypeName]::Method()), e.g. $([System.IO.Path]::Combine(a
, b
)).
Any suggestions on what I need to do or I am missing?
This seems to be a problem with VS2015. Did you try with Nuget Package Manager ?
please see https://github.com/Squirrel/Squirrel.Windows/issues/1610#issuecomment-687695355