This commit is contained in:
parent
0e5ed29806
commit
ca55f34b8a
@ -21,9 +21,10 @@ jobs:
|
|||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.nuget/packages
|
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: |
|
restore-keys: |
|
||||||
nuget-${{ runner.os }}-
|
nuget-${{ runner.os }}
|
||||||
|
|
||||||
- name: Build application
|
- name: Build application
|
||||||
run: dotnet build --no-restore
|
run: dotnet build --no-restore
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user