Skip to content

ethomson/setup-gitversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup GitVersion

This will install the GitVersion utility as a command-line application (gitversion) for your GitHub Actions workflow. You'll need to have .NET Core 2.1 installed by your workflow.

Set it up in your workflow:

on: [ push, pull_request ]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/setup-dotnet@v1
      with:
        dotnet-version: '2.1.801'
    - uses: ethomson/setup-gitversion@v1
    - run: gitversion /UpdateAssemblyInfo

About

Install the gitversion semantic versioning utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published