Skip to content

wip

wip #1499

Workflow file for this run

name: .NET
on:
push:
branches:
- develop
- feature/*
pull_request:
branches:
- develop
- feature/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: git pull
uses: actions/checkout@v2
- name: setting dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
include-prerelease: true
- name: build
run: dotnet build ./src/Component/BlazorComponent/