We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e7017 commit 8a054b3Copy full SHA for 8a054b3
1 file changed
Make.ps1
@@ -112,7 +112,7 @@ function Invoke-Build {
112
113
function Invoke-Test {
114
Write-Phase "Test$(if ($Coverage) {" + Coverage"})"
115
- Remove-Item coverage\raw -Recurse -ErrorAction SilentlyContinue
+ Remove-Item coverage\raw -Recurse -ErrorAction Ignore
116
Invoke-DotNet -Arguments @(
117
"test"
118
"--nologo"
0 commit comments