Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Fixing the build some more
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Jan 20, 2019
1 parent 3f7298f commit 1f11552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Target.create "Build" (fun _ ->
|> ignore

let configuration = (fun p -> { p with
DoRestore = true
MaxCpuCount = None
Verbosity = Some MSBuildVerbosity.Normal })

Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ install:
- choco install codecov --no-progress --confirm
- choco install gitversion.portable --no-progress --confirm
- git submodule update --init
- nuget restore
cache:
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
Expand Down

0 comments on commit 1f11552

Please sign in to comment.