Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev > Main #13

Merged
merged 3 commits into from
Oct 8, 2020
Merged

Dev > Main #13

merged 3 commits into from
Oct 8, 2020

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    677ea34 View commit details
    Browse the repository at this point in the history
  2. Simplify tests a bit more, making scenarios nugetized by default

    This doesn't change much (at all) older file-based tests, but simplifies things for the inline project tests.
    
    Improved the hashing of the output folder for tests to also include the additional files, since otherwise we'd be reusing another test's intermediate output inadvertently.
    kzu committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    b73c6ca View commit details
    Browse the repository at this point in the history
  3. Try harder to default PackageId when IsPackable=true

    i.e. for cases where the SDK hasn't defaulted yet the AssemblyName even, the SDK targets use the MSBuildProjectName too as a fallback. So we do the same too.
    kzu committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c19f327 View commit details
    Browse the repository at this point in the history