Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ILMerge.MSBuild.Task/ILMerge.MSBuild.Task/MergeTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ public string GetILMergePath()
// Look at property containing ILMerge's full path. Supported in ILMerge nuget package 3.0.17 and above.
if (string.IsNullOrWhiteSpace(ILMergeConsolePath))
{
Log.LogWarning("Variable $(ILMergeConsolePath) is not available. For a better experience please make sure you are using the latest version of ilmerge's nuget pakcage.");
Log.LogWarning("Variable $(ILMergeConsolePath) is not available. For a better experience please make sure you are using the latest version of ilmerge's nuget package.");
}
else
{
Expand Down