From fabcf81aa44629e372a67ccb23e2a22950aefb2d Mon Sep 17 00:00:00 2001 From: Matthias Dittrich Date: Tue, 2 Jul 2019 19:11:02 +0200 Subject: [PATCH] add reference to https://github.com/fsharp/FAKE/issues/2348 --- integrationtests/Paket.IntegrationTests/RestoreSpecs.fs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrationtests/Paket.IntegrationTests/RestoreSpecs.fs b/integrationtests/Paket.IntegrationTests/RestoreSpecs.fs index 9f6e59d7fa..8aa8384a79 100644 --- a/integrationtests/Paket.IntegrationTests/RestoreSpecs.fs +++ b/integrationtests/Paket.IntegrationTests/RestoreSpecs.fs @@ -20,7 +20,8 @@ let ``#3608 dotnet build should work with unparsable cache``() = |> ignore [] -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