remove caching

This commit is contained in:
Adam Hathcock
2023-12-18 09:16:02 +00:00
parent cee3a9c11d
commit 32aa9877c0

View File

@@ -18,14 +18,6 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
cache: true
- name: NuGet Caching
uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('packages.lock.json', '*/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- run: dotnet run --project build/build.csproj
- uses: actions/upload-artifact@v4
with: