1
0
mirror of https://github.com/XFox111/GZipCompression.git synced 2026-04-22 06:16:18 +03:00

Added .NET CI config

This commit is contained in:
Michael Gordeev
2019-11-19 00:50:36 +03:00
committed by GitHub
parent 3cb15f3baf
commit 4c0e57bb85
+17
View File
@@ -0,0 +1,17 @@
name: .NET
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.2.108
- name: Build with dotnet
run: dotnet build --configuration Release