Skip to content

Commit

Permalink
Fix the test result output path for TemplateIntegrationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored and xperiandri committed Jan 8, 2025
1 parent 3ee60b4 commit 6df8003
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -664,11 +664,10 @@ Target.create "DotNetCoreIntegrationTests" (fun _ ->
"Fake_Core_IntegrationTests.TestResults.xml")

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

runExpecto
targetDir
"bin/Release/net6.0/Fake.DotNet.Cli.IntegrationTests.dll"
root
("src" </> "test" </> "Fake.DotNet.Cli.IntegrationTests" </> "bin" </> "Release" </> "net6.0" </> "Fake.DotNet.Cli.IntegrationTests.dll")
"Fake_DotNet_Cli_IntegrationTests.TestResults.xml"

Shell.rm_rf (root </> "test"))
Expand Down

0 comments on commit 6df8003

Please sign in to comment.