Skip to content

Commit 10d0aa1

Browse files
committed
Fix multiple error messages
1 parent 4f3f429 commit 10d0aa1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Nerdbank.GitVersioning.Tasks/AssemblyVersionInfo.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ public override bool Execute()
105105
Directory.CreateDirectory(Path.GetDirectoryName(this.OutputFile));
106106
Utilities.FileOperationWithRetry(() => File.WriteAllText(this.OutputFile, fileContent));
107107
}
108-
else
109-
{
110-
this.Log.LogError("CodeDomProvider not available for language: {0}. No version info will be embedded into assembly.", this.CodeLanguage);
111-
}
112108
}
113109

114110
return !this.Log.HasLoggedErrors;

0 commit comments

Comments
 (0)