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 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
Original file line number Diff line number Diff line change 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
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'
Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "cake.tool" : {
6- "version" : " 0.38.4 " ,
6+ "version" : " 0.38.5 " ,
77 "commands" : [
88 " dotnet-cake"
99 ]
You can’t perform that action at this time.
0 commit comments