Skip to content

Commit 7d1a004

Browse files
committed
Update of dotnet version for build and cake tool version
1 parent c8af822 commit 7d1a004

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: 'Install .NET Core SDK'
3030
uses: actions/setup-dotnet@v1
3131
with:
32-
dotnet-version: 3.1.301
32+
dotnet-version: 3.1.x
3333
- name: 'Dotnet Tool Restore'
3434
run: dotnet tool restore
3535
shell: pwsh

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: 'Install .NET Core SDK'
2222
uses: actions/setup-dotnet@v1
2323
with:
24-
dotnet-version: 3.1.301
24+
dotnet-version: 3.1.x
2525
- name: 'Dotnet Tool Restore'
2626
run: dotnet tool restore
2727
shell: pwsh
@@ -34,7 +34,7 @@ jobs:
3434
- name: 'Dotnet Cake Pack'
3535
run: dotnet cake --target=Pack
3636
shell: pwsh
37-
- name: 'Dotnet Cacke Publish'
37+
- name: 'Dotnet Cake Publish'
3838
run: dotnet cake --target=Publish --nuget-key="${{secrets.NUGET_API_KEY}}"
3939
shell: pwsh
4040
- name: 'Publish Code Coverage'

dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "0.38.4",
6+
"version": "0.38.5",
77
"commands": [
88
"dotnet-cake"
99
]

0 commit comments

Comments
 (0)