Skip to content

Commit

Permalink
Add step to restore Paket dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Nov 10, 2024
1 parent 258d6ca commit 6ef79b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
dotnet-version: 6.0.x
- name: Restore .NET local tools
run: dotnet tool restore
- name: Restore Paket dependencies
run: dotnet paket restore
- name: Run tests
run: dotnet tool run fake run ./build.fsx target Test

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: echo "PackageVersionSuffix=nightly.${{ github.run_number }}" >> $GITHUB_ENV
- name: Restore .NET local tools
run: dotnet tool restore
- name: Restore Paket dependencies
run: dotnet paket restore
- name: Pack
run: dotnet tool run fake run ./build.fsx target NuGetPack
- name: Upload package artifacts
Expand Down

0 comments on commit 6ef79b7

Please sign in to comment.