Skip to content

Update dotnetcore.yml #56

Update dotnetcore.yml

Update dotnetcore.yml #56

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Dotnet Tests
uses: EasyDesk/action-dotnet-test@v1.0.0