Skip to content

Commit aff60c6

Browse files
committed
Don't put DnsClient.dll and .xml in the release zip file.
1 parent 6a4e00a commit aff60c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ Task("PackageReleaseZipFile")
274274

275275
var stagingNet45Directory = stagingDirectory.Combine("net45");
276276
CopyDirectory(artifactsBinNet45Directory, stagingNet45Directory);
277+
DeleteFile(stagingNet45Directory.CombineWithFilePath("DnsClient.dll"));
278+
DeleteFile(stagingNet45Directory.CombineWithFilePath("DnsClient.xml"));
277279

278280
var stagingNetStandard15Directory = stagingDirectory.Combine("netstandard1.5");
279281
CopyDirectory(artifactsBinNetStandard15Directory, stagingNetStandard15Directory);

0 commit comments

Comments
 (0)