Skip to content

Commit

Permalink
Add dotnet restore
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen committed Feb 9, 2024
1 parent d67d7c1 commit 6a708c1
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:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnetVersion }}
- run: dotnet restore DacFx.sln
- 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 6a708c1

Please sign in to comment.