fix #1987 Nuspec to include 'content'
This commit is contained in:
parent
bba5caecf7
commit
48e7a41af6
|
@ -128,11 +128,8 @@ namespace Oqtane.Infrastructure
|
||||||
case "refs": // refs/net*/...
|
case "refs": // refs/net*/...
|
||||||
filename = ExtractFile(entry, Path.Combine(binPath, "refs"), 2);
|
filename = ExtractFile(entry, Path.Combine(binPath, "refs"), 2);
|
||||||
break;
|
break;
|
||||||
case "content": // ...
|
case "content": // content/...
|
||||||
filename = ExtractFile(entry, contentRootPath, 1);
|
filename = ExtractFile(entry, contentRootPath, 0);
|
||||||
break;
|
|
||||||
case "contentFiles": // ...
|
|
||||||
filename = ExtractFile(entry, contentRootPath, 3);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user