Skip to content

Commit

Permalink
Add target framework to dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen committed May 15, 2024
1 parent a7d263a commit 8f69196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnetVersion }}
dotnet-quality: preview
- run: dotnet build DacFx.sln
- run: dotnet pack DacFx.sln --no-build
- run: dotnet build DacFx.sln -f ${{ matrix.targetFramework }}
- run: dotnet pack DacFx.sln --no-build -f ${{ matrix.targetFramework }}
- run: dotnet test DacFx.sln --no-build -f ${{ matrix.targetFramework }}

0 comments on commit 8f69196

Please sign in to comment.