From c9ed34f5ad6cd9e86175a52588f9aacd7bf844ae Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sat, 19 Oct 2019 18:25:35 -0700 Subject: Work around Path.glob() issue when creating nuget package (GH-16855) --- Tools/nuget/make_zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/nuget/make_zip.py b/Tools/nuget/make_zip.py index 8844cac..efc06bc 100644 --- a/Tools/nuget/make_zip.py +++ b/Tools/nuget/make_zip.py @@ -103,7 +103,7 @@ FULL_LAYOUT = [ ('Lib/', 'Lib', '**/*', include_in_lib), ('libs/', 'PCBuild/$arch', '*.lib', include_in_libs), ('Tools/', 'Tools', '**/*', include_in_tools), - ('/', '', 'LICENSE', None), + ('/', '', 'LICENSE*', None), ] EMBED_LAYOUT = [ -- cgit v0.12