Browse Source

Update xunit console path

Path changed in https://github.com/xunit/xunit/commit/598c2ea642
Oren Novotny 8 years ago
parent
commit
690bdc0c65
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

@@ -5,7 +5,7 @@ $configuration = "Release"
 $isAppVeyor = Test-Path -Path env:\APPVEYOR
 $outputLocation = Join-Path $scriptPath "testResults"
 $openCoverPath = ".\packages\OpenCover\tools\OpenCover.Console.exe"
-$xUnitConsolePath = ".\packages\xunit.runner.console\tools\xunit.console.exe"
+$xUnitConsolePath = ".\packages\xunit.runner.console\tools\net452\xunit.console.exe"
 $rootPath = (Resolve-Path .).Path
 $artifacts = Join-Path $rootPath "artifacts"