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: v0.4.7
Choose a base ref
...
head repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 22, 2020

  1. Allow rendering contributed contents from nugetize

    If the project was not packable, we were not rendering anything, which wasn't
    very useful when tweaking a project that contributes to a parent package.
    
    This adds that capability by explicitly re-running the GetPackageContents target
    with additional indication that we're collecting contents, so that the package path
    assignment happens forcedly. Note that this does not account for the potential
    retargeting of contents if the referencing project happens to redefine the TF
    (i.e. contributing a NS2 library, but referencing project is net472+net5.0, the
    lib will actually contribute to both TFMs).
    
    Also make it possible to select a specific project if the directory contains
    more than one, by smartly parsing the extra arguments.
    kzu committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    1b01911 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Fix rendering when folders start with another one's partial match

    This was causing buildTransitive/* to be grouped under build/*
    kzu committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    c1d3ab0 View commit details
    Browse the repository at this point in the history
Loading