Oren Novotny 8 years ago
parent
commit
a9e86eb86b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rx.NET/Source/build-new.ps1

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

@@ -64,7 +64,7 @@ if($hasSignClientSecret) {
 Write-Host "Running tests" -Foreground Green
 Write-Host "Running tests" -Foreground Green
 $testDirectory = Join-Path $scriptPath "Tests.System.Reactive"
 $testDirectory = Join-Path $scriptPath "Tests.System.Reactive"
 
 
-vstest.console "$testDirectory\bin\$configuration\net46\Tests.System.Reactive.dll" /TestAdapterPath:"$testDirectory\bin\$configuration\net46\" /Parallel
+vstest.console "$testDirectory\bin\$configuration\net46\Tests.System.Reactive.dll" /TestAdapterPath:"$testDirectory\bin\$configuration\net46" /Parallel
 
 
 
 
 exit # TODO 
 exit # TODO