Skip to content

Commit 52b2650

Browse files
authored
Fix the test result output path for TemplateIntegrationTests (#2845)
1 parent 3b37cf9 commit 52b2650

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: build.fsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -664,11 +664,10 @@ Target.create "DotNetCoreIntegrationTests" (fun _ ->
664664
"Fake_Core_IntegrationTests.TestResults.xml")
665665

666666
Target.create "TemplateIntegrationTests" (fun _ ->
667-
let targetDir = srcDir </> "test" </> "Fake.DotNet.Cli.IntegrationTests"
668667

669668
runExpecto
670-
targetDir
671-
"bin/Release/net6.0/Fake.DotNet.Cli.IntegrationTests.dll"
669+
root
670+
("src" </> "test" </> "Fake.DotNet.Cli.IntegrationTests" </> "bin" </> "Release" </> "net6.0" </> "Fake.DotNet.Cli.IntegrationTests.dll")
672671
"Fake_DotNet_Cli_IntegrationTests.TestResults.xml"
673672

674673
Shell.rm_rf (root </> "test"))

0 commit comments

Comments
 (0)