Skip to content

Commit

Permalink
SP-1149: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swlodarski-sumoheavy committed Jan 24, 2025
1 parent 78dbbf0 commit e7a0e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: dotnet restore
run: dotnet restore -p:TargetFramework=net${{ matrix.dotnet-version }}
- name: Build
run: dotnet build --no-restore -f net${{ matrix.dotnet-version }}
- name: Test
Expand Down

0 comments on commit e7a0e00

Please sign in to comment.