Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d83509f
Choose a base ref
...
head repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c0869d
Choose a head ref
  • 2 commits
  • 14 files changed
  • 1 contributor

Commits on Oct 21, 2020

  1. By default, packing Compile should not include generated files

    Like the target framework attribute and assembly info.
    Additional exclusions should be configurable as needed, so we moved the <PackInference> item to a .props file so the project can update/remove as needed.
    
    This adds another customization point too, allowing to tweak the exclusions for any PackInference (i.e. for Content, EmbeddedResource, None and so on).
    kzu committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    e9430c0 View commit details
    Browse the repository at this point in the history
  2. If an item provides TargetPath, preserve it as relative to the PackFo…

    …lder
    
    Add doc note on TargetPath and how it's used (also with Link), and make sure we don't overwrite the provided one by the user if it's present.
    kzu committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8c0869d View commit details
    Browse the repository at this point in the history
Loading