Explorar o código

fix configuration

Oren Novotny %!s(int64=8) %!d(string=hai) anos
pai
achega
9ee9c7d720
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Rx.NET/Source/build-new.ps1

+ 1 - 1
Rx.NET/Source/build-new.ps1

@@ -75,7 +75,7 @@ if($hasSignClientSecret) {
 Write-Host "Running tests" -Foreground Green
 $testDirectory = Join-Path $scriptPath "Tests.System.Reactive"
 
-dotnet.exe test "$testDirectory\Tests.System.Reactive.csproj" --no-build --filter:SkipCI!=true
+dotnet.exe test "$testDirectory\Tests.System.Reactive.csproj" -c $configuration --no-build --filter:SkipCI!=true
 
 exit