Skip to content

Commit

Permalink
Updated builds;
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhaguatende committed Apr 30, 2024
1 parent a309ca2 commit 0f92d1a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}

- name: Cache .NET Core packages
uses: actions/cache@v2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-dotnet-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-dotnet-
- name: Cache SonarCloud packages
uses: actions/cache@v2
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/feature-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Cache .NET Core packages
uses: actions/cache@v2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-dotnet-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-dotnet-
- name: Cache SonarCloud packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 0f92d1a

Please sign in to comment.