We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a826a50 commit e201525Copy full SHA for e201525
build.cake
@@ -114,10 +114,11 @@ Task("BuildArtifacts")
114
// add additional files needed by Sandcastle
115
if (targetFramework == "net472" && project == "MongoDB.Driver.Core")
116
{
117
+ fileNames.Add("AWSSDK.Core.dll");
118
fileNames.Add("DnsClient.dll");
119
+ fileNames.Add("Microsoft.Extensions.Logging.Abstractions.dll");
120
fileNames.Add("MongoDB.Libmongocrypt.dll");
121
fileNames.Add("SharpCompress.dll");
- fileNames.Add("Microsoft.Extensions.Logging.Abstractions.dll");
122
}
123
124
foreach (var fileName in fileNames)
0 commit comments