Update aspnetcore.yml

This commit is contained in:
Jamie 2019-08-28 09:55:28 +01:00 committed by GitHub
commit 9940156fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,10 +15,4 @@ jobs:
dotnet-version: 2.2.108 dotnet-version: 2.2.108
- name: Build Backend - name: Build Backend
run: dotnet build src/Ombi.sln --configuration Release run: ./build.sh --settings_skipverification=true
- name: Install Yarn
uses: nuxt/actions-yarn@master
- name: Build Frontend
run: yarn --cdw src/Ombi/ build