Skip to content

Commit

Permalink
with global json
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabros committed Jan 20, 2024
1 parent 0c444c3 commit 6279485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 6279485

Please sign in to comment.