Update aspnetcore.yml

This commit is contained in:
Jamie 2019-08-20 09:16:12 +01:00 committed by GitHub
parent c0de170f68
commit 01a44c9d25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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