Skip to content

Commit 6f252d3

Browse files
authored
Add setup-dotnet to the linux-container workflow job
1 parent 664b879 commit 6f252d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ jobs:
119119
uses: actions/[email protected]
120120
with:
121121
fetch-depth: 0
122+
- name: Setup .NET SDK
123+
uses: actions/[email protected]
124+
with:
125+
global-json-file: global.json
122126
- name: Install MinVer CLI
123127
run: dotnet tool install --global minver-cli
124128
- name: Determine version

0 commit comments

Comments
 (0)