Skip to content

Commit

Permalink
add reference to fsprojects/FAKE#2348
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Jul 2, 2019
1 parent d8302c7 commit fabcf81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrationtests/Paket.IntegrationTests/RestoreSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ let ``#3608 dotnet build should work with unparsable cache``() =
|> ignore

[<Test>]
let ``#2684 Paket should not be called the second time in msbuild (Restore Performance)``() =
let ``#2684 Paket should not be called the second time in msbuild (Restore Performance)``() =
// NOTE: This test also ensure that FAKE can be used without paket on the CI server, see https://github.com/fsharp/FAKE/issues/2348
let project = "console"
let scenario = "i002684-fast-restore"
use __ = prepareSdk scenario
Expand Down

0 comments on commit fabcf81

Please sign in to comment.