Skip to content

Commit

Permalink
Specify lockfile path explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvaneenwyk committed Mar 14, 2024
1 parent ae4f3e8 commit 49732f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet }}
cache: true
cache-dependency-path: src/Mycoshiro.Dataverse.LINQPad/packages.lock.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit 49732f2

Please sign in to comment.