Skip to content

Commit

Permalink
Fixes to Windows NuGet dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jrnelson90 committed Dec 8, 2023
1 parent d045bc1 commit e05111c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/4_6_2_Core_Unit_Tests_Win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Cache NuGet Dependencies
uses: actions/cache@v3
with:
path: C:\${{ env.HOMEPATH }}\.nuget\packages
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{ runner.os }}-${{ env.DOTNET_VERSION }}-nuget-${{ hashFiles('./certify/src/Certify.Tests/Certify.Core.Tests.Unit/*.csproj') }}
restore-keys: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8_0_Core_Unit_Tests_Win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Cache NuGet Dependencies
uses: actions/cache@v3
with:
path: C:\${{ env.HOMEPATH }}\.nuget\packages
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{ runner.os }}-${{ env.DOTNET_VERSION }}-nuget-${{ hashFiles('./certify/src/Certify.Tests/Certify.Core.Tests.Unit/*.csproj') }}
restore-keys: |
Expand Down

0 comments on commit e05111c

Please sign in to comment.