Skip to content

Updated Cake.Sdk to version 6.0.0 (#10) #32

Updated Cake.Sdk to version 6.0.0 (#10)

Updated Cake.Sdk to version 6.0.0 (#10) #32

Workflow file for this run

name: Build using Cake.Sdk and File 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 File
uses: cake-build/cake-action@master
with:
file-path: cake.cs
target: GitHubActions