Skip to content

Commit

Permalink
Merge pull request #43 from OctopusDeploy/enh-OctopusTools-netcore3.1
Browse files Browse the repository at this point in the history
OctopusTools package: switch from netfx-merged to self-contained win-x64
  • Loading branch information
thedewi authored Feb 17, 2020
2 parents e2b4833 + 375170f commit b65428c
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 b65428c

Please sign in to comment.