Skip to content

Update Cake.Sdk to 5.1.25296.94-beta (#9) #30

Update Cake.Sdk to 5.1.25296.94-beta (#9)

Update Cake.Sdk to 5.1.25296.94-beta (#9) #30

Workflow file for this run

name: Build using Cake.Sdk and Project based Cake
on:
push:
branches:
- develop
- main
pull_request:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Get the sources
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install .NET Core SDK (global.json)
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Run Cake Project
uses: cake-build/cake-action@master
with:
project-path: build/build.csproj
target: GitHubActions