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: NuGet/NuGet.Client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 432d582
Choose a base ref
...
head repository: NuGet/NuGet.Client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1aad87
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 29, 2020

  1. Move *OutputPath logic out of the target (Fixes #9234)

    This fixes a host of path related issues when doing a customized build with Pack targets.
    It also obsoletes the `PackageOutputPath` in the SDK's `DefaultOutputPaths` targets.
    It also ensures non-sdk style projects doesn't have to specify some default paths.
    Hopefully it didn't break anything...
    Nirmal4G committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    481533e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Make 'RestoreOutputPath' readonly

    Use 'MSBuildProjectExtensionsPath' to override 'RestoreOutputPath'
    Changes done as per PR feedback
    Nirmal4G committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c1aad87 View commit details
    Browse the repository at this point in the history
Loading