Skip to content

Commit 26748e1

Browse files
committed
Fix build error
1 parent 1504e5f commit 26748e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipeline/Build.UnitTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ partial class Build
4545
var currentDirectory = Path.GetDirectoryName(testAssembly);
4646

4747
NUnitTasks.NUnit3(s => s
48-
.SetInputFiles(testAssemblies)
48+
.SetInputFiles(testAssembly)
4949
.SetProcessWorkingDirectory(currentDirectory)
5050
);
5151
}

0 commit comments

Comments
 (0)