Skip to content

Commit

Permalink
Tests are now an .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Dec 30, 2024
1 parent 316aa28 commit 2d2d0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipeline/Build.UnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ partial class Build
string[] testAssemblies = UnitTestProjects
.SelectMany(project =>
project.Directory.GlobFiles(
$"bin/{(Configuration == Configuration.Debug ? "Debug" : "Release")}/net48/*.Tests.dll"))
$"bin/{(Configuration == Configuration.Debug ? "Debug" : "Release")}/net48/*.Tests.exe"))
.Select(p => p.ToString())
.ToArray();

Expand Down

0 comments on commit 2d2d0e4

Please sign in to comment.