This commit is contained in:
parent
0e5ed29806
commit
ca55f34b8a
@ -21,9 +21,10 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.nuget/packages
|
||||
key: nuget-${{ runner.os }}-${{ hashFiles('**/packages.lock.json') }}
|
||||
# Gitea Workflows don't support hashing yet :(
|
||||
key: nuget-${{ runner.os }} #-${{ hashFiles('**/packages.lock.json') }}
|
||||
restore-keys: |
|
||||
nuget-${{ runner.os }}-
|
||||
nuget-${{ runner.os }}
|
||||
|
||||
- name: Build application
|
||||
run: dotnet build --no-restore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user