Skip to content

Updates

Updates #1028

Workflow file for this run

name: Main CI
on:
push:
branches: main
workflow_dispatch:
jobs:
build:
name: Build
uses: n3oltd/actions/.github/workflows/dotnet-build-pack-push.yml@main
with:
dotnet-version: 8.x
myget:
name: MyGet
uses: n3oltd/actions/.github/workflows/dotnet-build-pack-push-myget.yml@main
with:
dotnet-version: 8.x
secrets: inherit