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