diff options
Diffstat (limited to 'Tools/nuget/python.nuspec')
-rw-r--r-- | Tools/nuget/python.nuspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/nuget/python.nuspec b/Tools/nuget/python.nuspec index 8f98e80..2da5f20 100644 --- a/Tools/nuget/python.nuspec +++ b/Tools/nuget/python.nuspec @@ -13,6 +13,6 @@ </metadata> <files> <file src="**\*" exclude="python.props" target="tools" /> - <file src="python.props" target="build\native" /> + <file src="python.props" target="build\native\python.props" /> </files> </package> |