Add call to dotnet restore
This commit is contained in:
parent
3bf14e85d8
commit
f721f011bf
21 changed files with 49 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ name: "Debug artifact upload"
|
|||
description: "Checks that debugging artifacts are correctly uploaded"
|
||||
os: ["ubuntu-latest", "macos-latest"]
|
||||
steps:
|
||||
- name: Initialize dotnet
|
||||
run: dotnet restore
|
||||
- uses: ./../action/init
|
||||
with:
|
||||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue