Skip to content

Trying to migrate to common pipelines #1

Trying to migrate to common pipelines

Trying to migrate to common pipelines #1

Workflow file for this run

name: Build and publish
on:
push:
branches:
- master
- main
- release/**
paths:
- Material.**
tags:
- v**
jobs:
build-and-test:
uses: SKProCH/CommonWorkflows/.github/workflows/build-publish.yml@main
secrets:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
with:
publish-nightly: ${{ github.ref_type != 'tag' && (github.ref == 'master' || github.ref == 'main') }}
dotnet-version: 8