We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b37cf9 commit 52b2650Copy full SHA for 52b2650
build.fsx
@@ -664,11 +664,10 @@ Target.create "DotNetCoreIntegrationTests" (fun _ ->
664
"Fake_Core_IntegrationTests.TestResults.xml")
665
666
Target.create "TemplateIntegrationTests" (fun _ ->
667
- let targetDir = srcDir </> "test" </> "Fake.DotNet.Cli.IntegrationTests"
668
669
runExpecto
670
- targetDir
671
- "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")
672
"Fake_DotNet_Cli_IntegrationTests.TestResults.xml"
673
674
Shell.rm_rf (root </> "test"))
0 commit comments