Skip to content

Commit

Permalink
Add target framework to dotnet restore
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen committed Feb 9, 2024
1 parent 6a708c1 commit 1d966b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnetVersion }}
- run: dotnet restore DacFx.sln
- run: dotnet restore DacFx.sln -f ${{ matrix.targetFramework }}
- run: dotnet build DacFx.sln -f ${{ matrix.targetFramework }}
- run: dotnet pack DacFx.sln -f ${{ matrix.targetFramework }}
- run: dotnet test DacFx.sln -f ${{ matrix.targetFramework }}

0 comments on commit 1d966b8

Please sign in to comment.