1
0
mirror of https://github.com/XFox111/GZipCompression.git synced 2026-04-22 06:16:18 +03:00
Files
GZipCompression/.github/workflows/dotnetcore.yml
T
Michael Gordeev 0452d969fc Configured .NET CI
2019-11-21 00:06:50 +03:00

21 lines
327 B
YAML

name: .NET CI
on:
push:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100
- name: Build with dotnet
run: dotnet build --configuration Release