Skip to content

Commit e4e5ae6

Browse files
committed
Non-exposed corrections
1 parent d58d146 commit e4e5ae6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Build.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ function VerifySuccessExitCode {
55
}
66

77
Write-Host "$(pwsh --version)"
8-
Write-Host "Active .NET SDK: $(dotnet --version)"
9-
Write-Host "Using version suffix: $versionSuffix"
8+
Write-Host ".NET SDK $(dotnet --version)"
109

1110
Remove-Item -Recurse -Force artifacts -ErrorAction SilentlyContinue
1211
Remove-Item -Recurse -Force * -Include coverage.cobertura.xml

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ coverage:
1010
informational: true
1111

1212
github_checks:
13-
annotations: false
13+
annotations: false

0 commit comments

Comments
 (0)