Files
Speckle.Material.Avalonia/.github/workflows/dotnetcore.yml
T
SKProCH 0db7b055ea Update pipelines
[no nightly]
2022-07-02 19:55:52 +03:00

23 lines
411 B
YAML

name: .NET Core
on:
push:
branches-ignore:
- 'master'
pull_request:
branches:
- '**:**'
jobs:
build:
runs-on: ubuntu-latest
name: Build solution
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
- name: Build with dotnet
run: dotnet build --configuration Release