Skip to content

Commit

Permalink
Merge pull request #3891 from bengobeil/bugfix
Browse files Browse the repository at this point in the history
Do not include buildTransitve/buildMultiTargeting by default
  • Loading branch information
forki authored Aug 6, 2020
2 parents 05603e8 + 1c8f246 commit 1e889f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Paket.Core/PaketConfigFiles/InstallModel.fs
Original file line number Diff line number Diff line change
Expand Up @@ -948,15 +948,11 @@ module InstallModel =
let ref = NuGet.tryFindFolder "ref" content |> asList
let runtimes = NuGet.tryFindFolder "runtimes" content |> asList
let build = NuGet.tryFindFolder "build" content |> asList
let buildTransitive = NuGet.tryFindFolder "buildTransitive" content |> asList
let buildMultiTargeting = NuGet.tryFindFolder "buildMultiTargeting" content |> asList

model
|> addLibReferences (lib @ ref @ runtimes) content.Spec.References
|> addAnalyzerFiles analyzers
|> addTargetsFiles "build" build
|> addTargetsFiles "buildTransitive" buildTransitive
|> addTargetsFiles "buildMultiTargeting" buildMultiTargeting
|> addPackageLoadScriptFiles loadscripts
|> addFrameworkAssemblyReferences content.Spec.FrameworkAssemblyReferences
|> addLicense content.Spec.LicenseUrl
Expand Down

0 comments on commit 1e889f5

Please sign in to comment.