Commit c9ed34f5 authored by Steve Dower's avatar Steve Dower Committed by GitHub

Work around Path.glob() issue when creating nuget package (GH-16855)

parent b02f6929
......@@ -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 = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment