We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c8787 commit 48b9075Copy full SHA for 48b9075
src/GitVersionTask.Tests/AssemblyInfoBuilderTests.cs
@@ -53,7 +53,7 @@ public Compilation Compile(string assemblyInfoText)
53
public string ApprovedSubFolder { get { return Path.Combine("Approved", "VisualBasic"); } }
54
}
55
56
- private readonly ICompiler[] compilers = new ICompiler[]
+ private static readonly ICompiler[] compilers = new ICompiler[]
57
{
58
new CSharpCompiler(),
59
new VisualBasicCompiler()
0 commit comments