diff --git a/build.fsx b/build.fsx index 8ceff850986..6ad10b7626e 100644 --- a/build.fsx +++ b/build.fsx @@ -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"))