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

Trying out CICD w/ https://github.com/brandedoutcast/publish-nuget #8

Merged
merged 3 commits into from
Nov 22, 2021

Commits on Nov 21, 2021

  1. Trying out CICD w/ https://github.com/brandedoutcast/publish-nuget

    * I don't know if I have [nbgv](https://github.com/dotnet/Nerdbank.GitVersioning/blob/master/doc/nbgv-cli.md) set up properly, but guess we'll see
    Kritner committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    19e6cb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Update checkout rule to checkout full repo depth

    * may change this later, but not clear as to "how much depth is needed"
    * https://github.com/Kritner/Orleans.SyncWork/runs/4280446877?check_suite_focus=true#step:5:11
    Kritner committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c63bd83 View commit details
    Browse the repository at this point in the history
  2. Same change to CI

    * The installation of the package through Directory.Build.props seems to have maken it required for all actions.  I'll try to reevaluate this as a conditional include on the csproj file directly depending on the outcome of this testing
    Kritner committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e25333f View commit details
    Browse the repository at this point in the history