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 85d324f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
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 85d324f

Please sign in to comment.