mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Update aspnetcore.yml
This commit is contained in:
parent
bc4e2b78f3
commit
8727b1ecd4
1 changed files with 8 additions and 1 deletions
9
.github/workflows/aspnetcore.yml
vendored
9
.github/workflows/aspnetcore.yml
vendored
|
@ -13,5 +13,12 @@ jobs:
|
|||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 2.2.108
|
||||
- name: Build with dotnet
|
||||
|
||||
- name: Build Backend
|
||||
run: dotnet build src/Ombi.sln --configuration Release
|
||||
|
||||
- name: Install Yarn
|
||||
uses: nuxt/actions-yarn@master
|
||||
|
||||
- name: Build Frontend
|
||||
run: yarn --cdw src/Ombi/ build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue