File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
- name : ' Install .NET Core SDK'
30
30
uses : actions/setup-dotnet@v1
31
31
with :
32
- dotnet-version : 3.1.301
32
+ dotnet-version : 3.1.x
33
33
- name : ' Dotnet Tool Restore'
34
34
run : dotnet tool restore
35
35
shell : pwsh
Original file line number Diff line number Diff line change 21
21
- name : ' Install .NET Core SDK'
22
22
uses : actions/setup-dotnet@v1
23
23
with :
24
- dotnet-version : 3.1.301
24
+ dotnet-version : 3.1.x
25
25
- name : ' Dotnet Tool Restore'
26
26
run : dotnet tool restore
27
27
shell : pwsh
34
34
- name : ' Dotnet Cake Pack'
35
35
run : dotnet cake --target=Pack
36
36
shell : pwsh
37
- - name : ' Dotnet Cacke Publish'
37
+ - name : ' Dotnet Cake Publish'
38
38
run : dotnet cake --target=Publish --nuget-key="${{secrets.NUGET_API_KEY}}"
39
39
shell : pwsh
40
40
- name : ' Publish Code Coverage'
Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"cake.tool" : {
6
- "version" : " 0.38.4 " ,
6
+ "version" : " 0.38.5 " ,
7
7
"commands" : [
8
8
" dotnet-cake"
9
9
]
You can’t perform that action at this time.
0 commit comments