Merge pull request #1988 from 2sic-forks/content
fix #1987 Nuspec to include 'content'
This commit is contained in:
commit
79d03eb43e
|
@ -128,6 +128,9 @@ namespace Oqtane.Infrastructure
|
|||
case "refs": // refs/net*/...
|
||||
filename = ExtractFile(entry, Path.Combine(binPath, "refs"), 2);
|
||||
break;
|
||||
case "content": // content/...
|
||||
filename = ExtractFile(entry, contentRootPath, 0);
|
||||
break;
|
||||
}
|
||||
|
||||
if (filename != "")
|
||||
|
|
Loading…
Reference in New Issue
Block a user