diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 80d8380..eb9ae33 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -13,7 +13,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.x - cache: true - name: Build with dotnet run: dotnet build --configuration Release - name: Test with dotnet