Skip to content

Commit 881be8d

Browse files
author
Petr Sramek
committed
removed cache
1 parent 05709f2 commit 881be8d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ jobs:
7474
uses: actions/setup-dotnet@v4
7575
with:
7676
dotnet-version: ${{ vars.DOTNET_SDK_VERSION }}
77-
- name: Cache NuGet packages
78-
uses: actions/cache@v3
79-
with:
80-
path: ~/.nuget/packages
81-
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
82-
restore-keys: |
83-
${{ runner.os }}-nuget-
8477
- name: Build with .NET ${{ vars.DOTNET_SDK_VERSION }}
8578
run: dotnet build ${{ vars.SRC_SEARCH_PATTERN }} --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} /p:Version=${{ env.ASSEMBLY_VERSION }} /p:AssemblyInformationalVersion=${{ env.ASSEMBLY_INFORMATIONAL_VERSION }} /p:FileVersion=${{ env.FILE_VERSION }}
8679
- name: Upload Build

0 commit comments

Comments
 (0)