mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-04 14:39:10 +01:00
Delete dotnetcore.yml
This commit is contained in:
parent
293ed5b3ef
commit
5786fcabbd
1 changed files with 0 additions and 13 deletions
13
.github/workflows/dotnetcore.yml
vendored
13
.github/workflows/dotnetcore.yml
vendored
|
@ -1,13 +0,0 @@
|
||||||
name: .NET Core
|
|
||||||
on: [push, pull_request]
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: Setup .NET Core
|
|
||||||
uses: actions/setup-dotnet@v1
|
|
||||||
with:
|
|
||||||
dotnet-version: 3.1.101
|
|
||||||
- name: Build with dotnet
|
|
||||||
run: dotnet build --configuration Release
|
|
Loading…
Reference in a new issue