Skip to content

Commit

Permalink
Restore Signature.fsproj
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Aug 24, 2018
1 parent 541389a commit e9c6e52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- run:
name: Restore sample/ReferenceCSharp
command: dotnet restore sample/ReferenceCSharp/ReferenceCSharp.fsproj
- run:
name: Restore sample/Signature
command: dotnet restore sample/Signature/Signature.fsproj
- run:
name: Build sample/CSharpProject
command: dotnet build sample/CSharpProject/CSharpProject.csproj
Expand Down

0 comments on commit e9c6e52

Please sign in to comment.