Skip to content

Commit

Permalink
Use global.json in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfio committed Jun 9, 2024
1 parent f3ff38e commit 61ed019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
global-json-file: ./src/global.json
- name: Cache NuGet Packages
uses: actions/cache@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
global-json-file: ./src/global.json
- name: Cache NuGet Packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 61ed019

Please sign in to comment.