Skip to content

Bumped version to 1.7.3 and implemented RepositoryPath (grate pull re… #43

Bumped version to 1.7.3 and implemented RepositoryPath (grate pull re…

Bumped version to 1.7.3 and implemented RepositoryPath (grate pull re… #43

Workflow file for this run

name: Build
on:
push:
branches:
- main
- develop
- "feature/**"
- "release/**"
- "hotfix/**"
paths-ignore:
- "README.md"
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- uses: actions/[email protected]
with:
dotnet-version: |
6.0
7.0
8.0
- name: Build project
uses: cake-build/[email protected]
with:
script-path: build.cake
target: Build-And-Test