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 6a4e00a commit aff60c6Copy full SHA for aff60c6
build.cake
@@ -274,6 +274,8 @@ Task("PackageReleaseZipFile")
274
275
var stagingNet45Directory = stagingDirectory.Combine("net45");
276
CopyDirectory(artifactsBinNet45Directory, stagingNet45Directory);
277
+ DeleteFile(stagingNet45Directory.CombineWithFilePath("DnsClient.dll"));
278
+ DeleteFile(stagingNet45Directory.CombineWithFilePath("DnsClient.xml"));
279
280
var stagingNetStandard15Directory = stagingDirectory.Combine("netstandard1.5");
281
CopyDirectory(artifactsBinNetStandard15Directory, stagingNetStandard15Directory);
0 commit comments