Merge pull request #1988 from 2sic-forks/content

fix #1987 Nuspec to include 'content'
This commit is contained in:
Shaun Walker 2022-02-10 07:56:08 -05:00 committed by GitHub
commit 79d03eb43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 != "")