From 81e80f72c07b5a840230ee5ba4369b4002473406 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sat, 19 Oct 2019 15:09:29 -0700 Subject: [PATCH] Workaround Path.glob() issue when creating nuget package --- 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 8844cacb096e9c..efc06bc3065281 100644 --- a/Tools/nuget/make_zip.py +++ b/Tools/nuget/make_zip.py @@ -103,7 +103,7 @@ def include_in_tools(p): ('Lib/', 'Lib', '**/*', include_in_lib), ('libs/', 'PCBuild/$arch', '*.lib', include_in_libs), ('Tools/', 'Tools', '**/*', include_in_tools), - ('/', '', 'LICENSE', None), + ('/', '', 'LICENSE*', None), ] EMBED_LAYOUT = [