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 48f443f commit 7e0d7a9Copy full SHA for 7e0d7a9
src/GitVersionTask.Tests/AssemblyInfoBuilderTests.cs
@@ -54,7 +54,7 @@ public Compilation Compile(string assemblyInfoText)
54
public string ApprovedSubFolder { get { return Path.Combine("Approved", "VisualBasic"); } }
55
}
56
57
- private readonly ICompiler[] compilers = new ICompiler[]
+ private static readonly ICompiler[] compilers = new ICompiler[]
58
{
59
new CSharpCompiler(),
60
new VisualBasicCompiler()
0 commit comments