kmalakoff / kmalakoff/node-nuget
Glob pattern in nuspec files doesn't work
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
A nuspec file like:
```
MyPackg
2.3.0
MyPackg
Big Technologies
Big Technologies
false
MyPackg - Retail
Retail front-end.
Copyright 2019
MyPackg
```
produces an error:
`"Nuget: cannot build c:\pkg.nuspec. Missing files: c:\package\**\*.*"`
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file, test, or entry point is named in the issue. Reproduce the failure with the provided nuspec and check how the package builder handles the c:\package\**\*.* source pattern; done means the glob resolves matching files instead of reporting the literal pattern as missing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100