nuget cache setup
.NET Test / .NET tests (push) Successful in 3m34s

This commit is contained in:
2026-09-13 17:46:15 +04:00
parent 68d15402ad
commit f72c90c6f2
6 changed files with 459 additions and 1 deletions
+3 -1
View File
@@ -33,9 +33,11 @@ jobs:
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
cache: true
cache-dependency-path: '**/packages.lock.json'
- name: Restore dependencies
run: dotnet restore --disable-parallel
run: dotnet restore --locked-mode --disable-parallel
- name: Build
run: dotnet build --configuration Release --no-restore