Prevent the Numerge.MSBuild leaking as the dependency to Material.Ava… #14
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and publish | |
on: | |
push: | |
branches: | |
- master | |
- main | |
- release/** | |
paths-ignore: | |
- Material.Avalonia.Demo*/** | |
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_name == 'master' || github.ref_name == 'main') }} | |
dotnet-version: 8 |