Skip to content

Commit

Permalink
Work around Path.glob() issue when creating nuget package (GH-16855)
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Oct 20, 2019
1 parent b02f692 commit c9ed34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/nuget/make_zip.py
Expand Up @@ -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 = [
Expand Down

0 comments on commit c9ed34f

Please sign in to comment.