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 f337709 commit 8101e16Copy full SHA for 8101e16
GitVersionTask.Tests/GetVersionTaskTests.cs
@@ -15,7 +15,7 @@ public void OutputsShouldMatchVariableProvider()
15
var properties = taskType.GetProperties()
16
.Where(p => p.GetCustomAttributes(typeof(OutputAttribute), false).Any())
17
.Select(p => p.Name);
18
- Config configuration = new Config();
+ var configuration = new Config();
19
var variables = VariableProvider.GetVariablesFor(new SemanticVersion
20
{
21
Major = 1,
0 commit comments