|
|
@ -6,10 +6,10 @@ param( |
|
|
[Parameter(Mandatory, Position = 2)] |
|
|
[Parameter(Mandatory, Position = 2)] |
|
|
[string]$platform, |
|
|
[string]$platform, |
|
|
[Parameter(Mandatory, Position = 3)] |
|
|
[Parameter(Mandatory, Position = 3)] |
|
|
[bool]$codecov |
|
|
[string]$codecov |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
if ($codecov -eq $TRUE) { |
|
|
if ($codecov -eq 'true') { |
|
|
|
|
|
|
|
|
# xunit doesn't understand the CollectCoverage params |
|
|
# xunit doesn't understand the CollectCoverage params |
|
|
dotnet clean -c Debug |
|
|
dotnet clean -c Debug |
|
|
|