mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Github actions: trying to fix automated build and scan
This commit is contained in:
parent
cfb409558b
commit
93399dbd5d
2
.github/workflows/dotnet-core.yml
vendored
2
.github/workflows/dotnet-core.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: nuget/setup-nuget@v1
|
||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
@ -20,7 +21,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Nuget Restore
|
- name: Nuget Restore
|
||||||
- uses: nuget/setup-nuget@v1
|
|
||||||
- run: nuget restore API/API.csproj
|
- run: nuget restore API/API.csproj
|
||||||
- run: nuget restore API.Tests/API.Tests.csproj
|
- run: nuget restore API.Tests/API.Tests.csproj
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user