From 816fd40fb13ee9f4a974ee3a50ee02eb2316c34e Mon Sep 17 00:00:00 2001 From: George Fraser Date: Thu, 14 Jun 2018 22:21:05 -0700 Subject: [PATCH] Restore --- .circleci/config.yml | 3 +++ scripts/test.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c70f368..668d805 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,9 @@ jobs: - run: name: Restore sample/HasTests command: dotnet restore sample/HasTests/HasTests.fsproj + - run: + name: Restore sample/ReferenceCSharp + command: dotnet restore sample/ReferenceCSharp/ReferenceCSharp.fsproj - run: name: Build all diff --git a/scripts/test.sh b/scripts/test.sh index 6394a56..5f7a0b6 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -6,6 +6,7 @@ dotnet restore sample/MainProject/MainProject.fsproj dotnet restore sample/HasLocalDll/HasLocalDll.fsproj dotnet restore sample/FSharpKoans.Core/FSharpKoans.Core.fsproj dotnet restore sample/HasTests/HasTests.fsproj +dotnet restore sample/ReferenceCSharp/ReferenceCSharp.fsproj echo 'Running tests...' set -e