specify build action of content - Nuget
问题 What is the simplest way to tell Nuget package to add all css files as an embedded resource (ie build action is embedded resource). I am trying to do it through install.ps1 in the tools folder but still cant get anywhere Note: I am creating the package from the directory structure(tools\content\lib) This is my install.ps1 which does not work. param($installPath, $toolsPath, $package, $project) $MsbNS = @{msb = 'http://schemas.microsoft.com/developer/msbuild/2003'} function EmbeddContent(