We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3f429 commit 10d0aa1Copy full SHA for 10d0aa1
src/Nerdbank.GitVersioning.Tasks/AssemblyVersionInfo.cs
@@ -105,10 +105,6 @@ public override bool Execute()
105
Directory.CreateDirectory(Path.GetDirectoryName(this.OutputFile));
106
Utilities.FileOperationWithRetry(() => File.WriteAllText(this.OutputFile, fileContent));
107
}
108
- else
109
- {
110
- this.Log.LogError("CodeDomProvider not available for language: {0}. No version info will be embedded into assembly.", this.CodeLanguage);
111
- }
112
113
114
return !this.Log.HasLoggedErrors;
0 commit comments