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 fa38bc8 commit 627b791Copy full SHA for 627b791
build.cake
@@ -118,6 +118,7 @@ Task("BuildArtifacts")
118
fileNames.Add("DnsClient.dll");
119
fileNames.Add("MongoDB.Libmongocrypt.dll");
120
fileNames.Add("SharpCompress.dll");
121
+ fileNames.Add("Microsoft.Extensions.Logging.Abstractions.dll");
122
}
123
124
foreach (var fileName in fileNames)
0 commit comments