Skip to content

Commit

Permalink
Output NuGet packages path
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmell committed Jan 14, 2025
1 parent bf1a235 commit 4fad4ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected]

- name: Print NuGet packages path
run: |
echo "NuGet packages path: ${{ github.workspace }}\.nuget\packages"
shell: pwsh

# Cache NuGet packages to speed up build. Hash is based on project files,
# which define the dependencies.
# Note the appending of 0 to the key: You can modify this value to
Expand Down

0 comments on commit 4fad4ed

Please sign in to comment.