Skip to content

Update the publish workflow. #3

Update the publish workflow.

Update the publish workflow. #3

Workflow file for this run

name: dotnet
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the Cake script
uses: cake-build/cake-action@v1
with:
script-path: build.cake
target: Test