Skip to content

Commit

Permalink
build path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Sep 24, 2024
1 parent 23550b4 commit 0fa3e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -656,15 +656,15 @@ Target.create "DotNetCoreIntegrationTests" (fun _ ->

runExpecto
root
"src/test/Fake.Core.IntegrationTests/bin/Release/net8.0/Fake.Core.IntegrationTests.dll"
"src/test/Fake.Core.IntegrationTests/bin/Release/net6.0/Fake.Core.IntegrationTests.dll"
"Fake_Core_IntegrationTests.TestResults.xml")

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

runExpecto
targetDir
"bin/Release/net8.0/Fake.DotNet.Cli.IntegrationTests.dll"
"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 0fa3e8a

Please sign in to comment.