Skip to content

Commit ea69eb9

Browse files
committed
Update build-and-package workflow: add runtime target to dotnet restore step
1 parent 9671027 commit ea69eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Install/Restore dependencies
5454
shell: bash
55-
run: dotnet restore
55+
run: dotnet restore --runtime "${{ matrix.target }}"
5656

5757
- name: Build application
5858
shell: bash

0 commit comments

Comments
 (0)