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

GitHub actions #388

Merged
merged 21 commits into from
Feb 19, 2022
Merged

GitHub actions #388

merged 21 commits into from
Feb 19, 2022

Commits on Feb 17, 2022

  1. Update Build.ps1

    Get version suffix from GitHub action variables.
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b9e7f9e View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    Debug release asset upload.
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    487bda2 View commit details
    Browse the repository at this point in the history
  3. Update main.yml

    Debug release asset upload.
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6e10cba View commit details
    Browse the repository at this point in the history
  4. Update main.yml

    * Fixed release asset upload (nuget files)
    * Conditionally run tests only on PR validation
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    4600189 View commit details
    Browse the repository at this point in the history
  5. Update main.yml

    Fixed syntax error.
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    8d1f82a View commit details
    Browse the repository at this point in the history
  6. Update main.yml

    * Fixed syntax error
    * Prepared condition for release (only on push to master)
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b1ba658 View commit details
    Browse the repository at this point in the history
  7. Update main.yml

    Fixed syntax error.
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    2628eb2 View commit details
    Browse the repository at this point in the history
  8. Update main.yml

    Fixed event condition.
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f6d5d45 View commit details
    Browse the repository at this point in the history
  9. Update and rename main.yml to release.yml

    Separate workflow for PR validation and release.
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f60c263 View commit details
    Browse the repository at this point in the history
  10. Update release.yml

    Renamed workflow
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    352265f View commit details
    Browse the repository at this point in the history
  11. Create pr-validation.yml

    Separate workflow for PR validation
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    8510fd3 View commit details
    Browse the repository at this point in the history
  12. Update release.yml

    Removed obsolete steps from Release workflow
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    12db0b1 View commit details
    Browse the repository at this point in the history
  13. Update Build.ps1

    Added parameter RunTests in build script.
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    adea193 View commit details
    Browse the repository at this point in the history
  14. Update Build.ps1

    Removed extra whitespace.
    ckadluba authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    812367d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Update release.yml

    * Added nuget publish
    * Build.ps1 option -SkipTest instead of -RunTests
    ckadluba authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    d35f3ed View commit details
    Browse the repository at this point in the history
  2. Update pr-validation.yml

    Build.ps1 options -SkipTests instead of -RunTests
    ckadluba authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    8daa96f View commit details
    Browse the repository at this point in the history
  3. Update Build.ps1

    Build.ps1 options -SkipTests instead of -RunTests
    ckadluba authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    66989b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d82f5d4 View commit details
    Browse the repository at this point in the history
  5. Update Build.ps1

    Generate generic version suffix on PR validation build.
    ckadluba authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    c828f2d View commit details
    Browse the repository at this point in the history
  6. Update Build.ps1

    Fixed condition in build script.
    ckadluba authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    4efa8b6 View commit details
    Browse the repository at this point in the history
  7. Update Build.ps1

    Version suffix only for dev branch.
    ckadluba authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    f2a19b5 View commit details
    Browse the repository at this point in the history