File tree 1 file changed +2
-2
lines changed
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) {
45
45
} else {
46
46
# Run C# Performance tests
47
47
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"
49
49
& " $CS_RUNNER " " $CS_PERF_TESTS "
50
50
$CS_PERF_STATUS = $LastExitCode
51
51
if ($CS_PERF_STATUS -ne 0 ) {
@@ -63,7 +63,7 @@ if ($env:BUILD_OPTS -eq "--xplat"){
63
63
64
64
# Run Embedded tests for netcoreapp2.0 (OpenCover currently does not supports dotnet core)
65
65
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"
67
67
$CS_STATUS = $LastExitCode
68
68
if ($CS_STATUS -ne 0 ) {
69
69
Write-Host " Embedded tests for netcoreapp2.0 failed" - ForegroundColor " Red"
You can’t perform that action at this time.
0 commit comments