Skip to content

Commit a62e1d0

Browse files
committed
Refresh build script
1 parent e7cce7d commit a62e1d0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.cake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#tool dotnet:?package=GitVersion.Tool&version=5.12.0
33
#tool dotnet:?package=coveralls.net&version=4.0.1
44
#tool nuget:?package=GitReleaseManager&version=0.13.0
5-
#tool nuget:?package=ReportGenerator&version=5.1.21
5+
#tool nuget:?package=ReportGenerator&version=5.1.22
66
#tool nuget:?package=xunit.runner.console&version=2.4.2
7-
#tool nuget:?package=Codecov&version=1.13.0
7+
#tool nuget:?package=CodecovUploader&version=0.5.0
88

99
// Install addins.
1010
#addin nuget:?package=Cake.Coveralls&version=1.1.0
@@ -540,7 +540,7 @@ Task("AppVeyor")
540540
{
541541
if (publishingError)
542542
{
543-
throw new Exception("An error occurred during the publishing of [Http-Multipart-Data-Parser]. All publishing tasks have been attempted.");
543+
Warning("An error occurred during the publishing of Http-Multipart-Data-Parser. All publishing tasks have been attempted.");
544544
}
545545
});
546546

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.302",
3+
"version": "7.0.304",
44
"rollForward": "patch",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)