Skip to content

Commit

Permalink
Update of dotnet version for build and cake tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZoidberg committed Oct 30, 2020
1 parent c8af822 commit 7d1a004
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 'Install .NET Core SDK'
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
dotnet-version: 3.1.x
- name: 'Dotnet Tool Restore'
run: dotnet tool restore
shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 'Install .NET Core SDK'
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
dotnet-version: 3.1.x
- name: 'Dotnet Tool Restore'
run: dotnet tool restore
shell: pwsh
Expand All @@ -34,7 +34,7 @@ jobs:
- name: 'Dotnet Cake Pack'
run: dotnet cake --target=Pack
shell: pwsh
- name: 'Dotnet Cacke Publish'
- name: 'Dotnet Cake Publish'
run: dotnet cake --target=Publish --nuget-key="${{secrets.NUGET_API_KEY}}"
shell: pwsh
- name: 'Publish Code Coverage'
Expand Down
2 changes: 1 addition & 1 deletion dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.38.4",
"version": "0.38.5",
"commands": [
"dotnet-cake"
]
Expand Down

0 comments on commit 7d1a004

Please sign in to comment.