Skip to content

Commit

Permalink
Add dotnet pack command
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen committed Jan 11, 2024
1 parent 2b07005 commit 9b74678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
dotnet-version: '8.x'
- run: dotnet build DacFx.sln
- run: dotnet pack DacFx.sln
- run: dotnet test DacFx.sln -f netcoreapp3.1
- run: dotnet test DacFx.sln -f net5.0
- run: dotnet test DacFx.sln -f net6.0
Expand Down

0 comments on commit 9b74678

Please sign in to comment.