Skip to content

Commit 7d4a501

Browse files
committed
Update workflow files
1 parent bab278d commit 7d4a501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup .NET SDK
3636
uses: actions/setup-dotnet@v4.3.1
3737
with:
38-
dotnet-version: 8.0.x
38+
global-json-file: global.json
3939
- name: Build
4040
run: dotnet build src --configuration Release
4141
- name: Azure login

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET SDK
2121
uses: actions/setup-dotnet@v4.3.1
2222
with:
23-
dotnet-version: 8.0.x
23+
global-json-file: global.json
2424
- name: Build
2525
run: dotnet build src --configuration Release
2626
- name: Sign NuGet packages

0 commit comments

Comments
 (0)