feat: add cache dependency path
All checks were successful
Caddy Manager CI build / docker (push) Successful in 52s

This commit is contained in:
2025-01-26 09:51:33 +07:00
parent 805f373756
commit 57c007364f

View File

@@ -29,6 +29,7 @@ jobs:
dotnet-version: '9' # SDK Version to use.
dotnet-quality: 'ga'
cache: true
cache-dependency-path: '**/packages.lock.json'
- name: Restore dependencies
run: dotnet restore --locked-mode
- name: Build solution