Github actions: trying to fix automated build and scan
This commit is contained in:
parent
b9a43995bb
commit
1ca6f9b4ee
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dotnet-core.yml
vendored
3
.github/workflows/dotnet-core.yml
vendored
|
@ -19,6 +19,9 @@ jobs:
|
||||||
dotnet-version: 5.0.100
|
dotnet-version: 5.0.100
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
- name: Nuget Restore
|
||||||
|
- uses: nuget/setup-nuget@v1
|
||||||
|
- run: nuget restore API.csproj
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue