Skip to content

Commit

Permalink
OctopusTools package: switch from netfx-merged to self-contained win-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
thedewi committed Feb 17, 2020
1 parent e2b4833 commit 375170f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ Task("Zip")


Task("PackOctopusToolsNuget")
.IsDependentOn("MergeOctoExe")
.IsDependentOn("DotnetPublish")
.Does(() => {
var nugetPackDir = $"{publishDir}/nuget";
var nuspecFile = "OctopusTools.nuspec";

CopyDirectory($"{octoPublishFolder}/netfx-merged", nugetPackDir);
CopyDirectory($"{octoPublishFolder}/win-x64", nugetPackDir);
CopyFileToDirectory($"{assetDir}/LICENSE.txt", nugetPackDir);
CopyFileToDirectory($"{assetDir}/VERIFICATION.txt", nugetPackDir);
CopyFileToDirectory($"{assetDir}/init.ps1", nugetPackDir);
Expand Down

0 comments on commit 375170f

Please sign in to comment.