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

Overhaul the NuGet packaging infrastructure and the way the Core binaries get acquired. #146

Merged
merged 25 commits into from
Dec 1, 2022

Commits on Nov 14, 2022

  1. Start writing an MSBuild script that creates NuGet packages for the c…

    …ore.
    
    For now it downloads the artifacts from GitHub Releases.
    teo-tsirpanis committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0c36a4c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    1d7d3b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61b5178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a06a80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b72b8dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cad8b05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74a1520 View commit details
    Browse the repository at this point in the history
  7. Restore the template packages.

    And add a property to them that seems to save time.
    teo-tsirpanis committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2ec7fe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    287a4ac View commit details
    Browse the repository at this point in the history
  9. Remove the "Install/Download tiledb" steps from CI.

    And disable fail-fast in the Run-Tests action matrix.
    teo-tsirpanis committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0e4ca34 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Remove all CI jobs except of Run-Tests.

    Now that we don't use a nuspec to pack the C# library there are little reasons to specifically test it with a packed NuGet package.
    The Release job also went away; it would upload the 0.0.0-local package. We need a dedicated release workflow.
    teo-tsirpanis committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c14741d View commit details
    Browse the repository at this point in the history
  2. Remove RollForward from TileDB.CSharp.

    It does not apply to libraries.
    teo-tsirpanis committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3c33ffe View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Update package metadata and move them to a dedicated file.

    I had originally removed the nuspec files from the native packages but changed my mind for aesthetic reasons since they generate an empty .NET Standard 2.0 dependency group.
    teo-tsirpanis committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e655b26 View commit details
    Browse the repository at this point in the history
  2. Add support for generating development editions of the native packages.

    They have SemVer 2.0 versions that identify the branch.
    teo-tsirpanis committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d0764a6 View commit details
    Browse the repository at this point in the history
  3. Enable Central Package Management with package source mapping.

    And support changing the native package under a different name in development builds.
    teo-tsirpanis committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4d85390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f848e09 View commit details
    Browse the repository at this point in the history
  5. Refactor the nightly build workflow to use native development NuGet p…

    …ackages.
    
    The core is built in separate jobs and not once for each .NET version.
    teo-tsirpanis committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8869749 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fffdd3c View commit details
    Browse the repository at this point in the history
  7. Require Version and VersionTag to be specified.

    Make the version tag optional for development builds.
    And fail if no native binaries were found in development builds.
    teo-tsirpanis committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4f3601f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f787a3c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    abf0603 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    e456ae3 View commit details
    Browse the repository at this point in the history
  2. Remove the RID-specific build instructions in the metapackage's descr…

    …iption.
    
    This package is not intended to be directly referenced by the average developer, at least not without `TileDB.CSharp`.
    teo-tsirpanis committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ec1ddab View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    24b425d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd9213a View commit details
    Browse the repository at this point in the history