Skip to content

Commit 8a054b3

Browse files
committed
Use -ErrorAction Ignore instead of SilentlyContinue
1 parent 30e7017 commit 8a054b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Make.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function Invoke-Build {
112112

113113
function Invoke-Test {
114114
Write-Phase "Test$(if ($Coverage) {" + Coverage"})"
115-
Remove-Item coverage\raw -Recurse -ErrorAction SilentlyContinue
115+
Remove-Item coverage\raw -Recurse -ErrorAction Ignore
116116
Invoke-DotNet -Arguments @(
117117
"test"
118118
"--nologo"

0 commit comments

Comments
 (0)