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 1504e5f commit 26748e1Copy full SHA for 26748e1
Pipeline/Build.UnitTest.cs
@@ -45,7 +45,7 @@ partial class Build
45
var currentDirectory = Path.GetDirectoryName(testAssembly);
46
47
NUnitTasks.NUnit3(s => s
48
- .SetInputFiles(testAssemblies)
+ .SetInputFiles(testAssembly)
49
.SetProcessWorkingDirectory(currentDirectory)
50
);
51
}
0 commit comments