fix oqtane#1987 Nuspec to include 'content' ('contentFiles')
This commit is contained in:
		| @ -128,6 +128,12 @@ namespace Oqtane.Infrastructure | ||||
|                                 case "refs": // refs/net*/... | ||||
|                                     filename = ExtractFile(entry, Path.Combine(binPath, "refs"), 2); | ||||
|                                     break; | ||||
|                                 case "content": // ... | ||||
|                                     filename = ExtractFile(entry, contentRootPath, 1); | ||||
|                                     break; | ||||
|                                 case "contentFiles": // ... | ||||
|                                     filename = ExtractFile(entry, contentRootPath, 3); | ||||
|                                     break; | ||||
|                             } | ||||
|  | ||||
|                             if (filename != "") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Tonći Vatavuk
					Tonći Vatavuk