diff --git a/d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb b/d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb index 022d04ab..dcd715be 100644 --- a/d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb +++ b/d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb @@ -16,8 +16,8 @@ sources = ['dotnet-sdk-%(version)s-linux-x64.tar.gz'] dependencies = [('libunwind', '1.2')] sanity_check_paths = { - 'files': [], - 'dirs': ['tools', 'samples'], + 'files': ['dotnet'], + 'dirs': ['sdk'], } modextrapaths = {'PATH': ['']}