Hacker News new | ask | show | jobs
by lardo 2901 days ago
I spent two hours scratching my head today because I had put

  "/path/to/thing/**" 
in a nuspec file instead of

  "\path\to\thing\**"
The backslash was escaping the wildcard characters :(