Skip to content

Fix example TreatWarningsAsErrors (#5) #20

Fix example TreatWarningsAsErrors (#5)

Fix example TreatWarningsAsErrors (#5) #20

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: build.cs
target: GitHubActions