Skip to content

Commit 1768e31

Browse files
committed
Upgrade .NET SDK to 6.0.301
1 parent 91b30d1 commit 1768e31

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

build.cake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ Task("Upload-Coverage-Result")
308308
}
309309
catch (Exception e)
310310
{
311-
Warning("An error occured when attempting to upload coverage result to Coveralls.io");
312311
Warning(e.Message);
313312
}
314313

@@ -318,7 +317,6 @@ Task("Upload-Coverage-Result")
318317
}
319318
catch (Exception e)
320319
{
321-
Warning("An error occured when attempting to upload coverage result to Codecov.io");
322320
Warning(e.Message);
323321
}
324322
});

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": "6.0.202",
3+
"version": "6.0.301",
44
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)