Update aspnetcore.yml

pull/3136/head
Jamie 5 years ago committed by GitHub
parent c0de170f68
commit 01a44c9d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
name: ASP.NET Core CI
on: [push]
on: [push, pull_request]
jobs:
build:
@ -14,4 +14,4 @@ jobs:
with:
dotnet-version: 2.2.108
- name: Build with dotnet
run: dotnet build --configuration Release
run: dotnet build src/Ombi.sln --configuration Release

Loading…
Cancel
Save