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

Add release workflow #58

Merged
merged 13 commits into from
Oct 3, 2020
Merged

Add release workflow #58

merged 13 commits into from
Oct 3, 2020

Commits on Oct 1, 2020

  1. Adjust formatting

    asbjornu committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    9dcfa0c View commit details
    Browse the repository at this point in the history
  2. Cache NuGet packages

    asbjornu committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    07789a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4751656 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d01a506 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2629b89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b096da7 View commit details
    Browse the repository at this point in the history
  7. Remove . for dotnet test

    asbjornu committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    a5c0925 View commit details
    Browse the repository at this point in the history
  8. Revert the job-splitting

    Revert the job-splitting as uploading and downloading the build artifacts take several minutes to complete.
    asbjornu committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    0f348f0 View commit details
    Browse the repository at this point in the history
  9. Update dotnet.yml

    dotnet pack defaults to Debug but we build Release
    goofballLogic authored and asbjornu committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    0d70909 View commit details
    Browse the repository at this point in the history
  10. Add jobs for package publishing

    - Add NuGet push to production job `nuget-push-prod`.
    - Add NuGet push to development job `nuget-push-dev`.
    - Add job `release-artifacts` to upload `.nuget` to the GitHub Release corresponding to the current tag (if any).
    asbjornu committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    cb0fb90 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    3861efa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ab7e59 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

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