File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if ($CS_STATUS -ne 0) {
4545} else {
4646 # Run C# Performance tests
4747 Write-Host (" Starting performance tests" ) - ForegroundColor " Green"
48- $CS_PERF_TESTS = " .\src\perf_tests\bin\Python.PerformanceTests.dll"
48+ $CS_PERF_TESTS = " .\src\perf_tests\bin\net461\ Python.PerformanceTests.dll"
4949 & " $CS_RUNNER " " $CS_PERF_TESTS "
5050 $CS_PERF_STATUS = $LastExitCode
5151 if ($CS_PERF_STATUS -ne 0 ) {
@@ -63,7 +63,7 @@ if ($env:BUILD_OPTS -eq "--xplat"){
6363
6464 # Run Embedded tests for netcoreapp2.0 (OpenCover currently does not supports dotnet core)
6565 Write-Host (" Starting embedded tests for netcoreapp2.0" ) - ForegroundColor " Green"
66- & $DOTNET_CMD .\src\embed_tests\bin\netcoreapp2.0_publish\Python.EmbeddingTest.dll
66+ & $DOTNET_CMD " .\src\embed_tests\bin\netcoreapp2.0_publish\Python.EmbeddingTest.dll"
6767 $CS_STATUS = $LastExitCode
6868 if ($CS_STATUS -ne 0 ) {
6969 Write-Host " Embedded tests for netcoreapp2.0 failed" - ForegroundColor " Red"
You can’t perform that action at this time.
0 commit comments