We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58d146 commit e4e5ae6Copy full SHA for e4e5ae6
Build.ps1
@@ -5,8 +5,7 @@ function VerifySuccessExitCode {
5
}
6
7
Write-Host "$(pwsh --version)"
8
-Write-Host "Active .NET SDK: $(dotnet --version)"
9
-Write-Host "Using version suffix: $versionSuffix"
+Write-Host ".NET SDK $(dotnet --version)"
10
11
Remove-Item -Recurse -Force artifacts -ErrorAction SilentlyContinue
12
Remove-Item -Recurse -Force * -Include coverage.cobertura.xml
codecov.yml
@@ -10,4 +10,4 @@ coverage:
informational: true
github_checks:
13
- annotations: false
+ annotations: false
0 commit comments