Skip to content

Commit

Permalink
Merge branch 'hotfix/0.5.3'
Browse files Browse the repository at this point in the history
* hotfix/0.5.3:
  (#39) Only run ILMerge on Windows
  • Loading branch information
gep13 committed May 2, 2022
2 parents b7f799a + c6a07eb commit 134f62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chocolatey.Cake.Recipe/Content/ilmerge.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BuildParameters.Tasks.ILMergeTask = Task("Run-ILMerge")
.IsDependeeOf("Copy-Nuspec-Folders")
.WithCriteria(() => BuildParameters.BuildAgentOperatingSystem == PlatformFamily.Windows, "Skipping because not running on Windows")
.Does(() => RequireTool(ToolSettings.ILMergeTool, () =>
{
if (BuildParameters.GetILMergeConfigs != null)
Expand Down

0 comments on commit 134f62b

Please sign in to comment.