diff --git a/src/Paket.Core/InstallProcess.fs b/src/Paket.Core/InstallProcess.fs index 77d52451a4..bbf75287f8 100644 --- a/src/Paket.Core/InstallProcess.fs +++ b/src/Paket.Core/InstallProcess.fs @@ -50,6 +50,8 @@ let contentFileBlackList : list<(FileInfo -> bool)> = [ fun f -> f.Name.EndsWith ".pp" fun f -> f.Name.EndsWith ".tt" fun f -> f.Name.EndsWith ".ttinclude" + fun f -> f.Name.EndsWith ".install.xdt" + fun f -> f.Name.EndsWith ".uninstall.xdt" ] let processContentFiles root project (usedPackages:Map<_,_>) gitRemoteItems options =