Skip to content

Commit b90bd07

Browse files
author
Petr Sramek
committed
test
1 parent 662de30 commit b90bd07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
with:
2626
dotnet-version: ${{ matrix.netversion }}.x
2727
- name: Restore
28-
run: dotnet restore --framework net${{ matrix.netversion }}.0
28+
run: dotnet restore
2929
- name: Build
30-
run: dotnet build --no-restore --framework net${{ matrix.netversion }}.0
30+
run: dotnet build --no-restore --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0
3131
- name: Upload
3232
uses: actions/upload-artifact@v4
3333
with:

0 commit comments

Comments
 (0)