Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Merge pull request #17 from dotnet-campus/t/lindexi/dotnet #37

Merge pull request #17 from dotnet-campus/t/lindexi/dotnet

Merge pull request #17 from dotnet-campus/t/lindexi/dotnet #37

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build with dotnet
run: dotnet build --configuration Release