spelling: occurred
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
0996744cc0
commit
4a643533f3
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ namespace Microsoft.DotNet.Build.Tasks
|
|||
catch (Exception e)
|
||||
{
|
||||
// We have 2 log calls because we want a nice error message but we also want to capture the callstack in the log.
|
||||
Log.LogError("An exception has occured while trying to compress '{0}' into '{1}'.", SourceDirectory, DestinationArchive);
|
||||
Log.LogError("An exception has occurred while trying to compress '{0}' into '{1}'.", SourceDirectory, DestinationArchive);
|
||||
Log.LogMessage(MessageImportance.Low, e.ToString());
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue