Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bf2b7 commit d6842e6Copy full SHA for d6842e6
ci/appveyor_run_tests.ps1
@@ -47,7 +47,7 @@ if ($CS_STATUS -ne 0) {
47
} else {
48
# NuGet for pythonnet-2.3 only has 64-bit binary for Python 3.5
49
# the test is only built using modern stack
50
- if (($env:PLATFORM -eq "x64") -and ($XPLAT) -and ($PYTHON_VERSION = "3.5")) {
+ if (($env:PLATFORM -eq "x64") -and ($XPLAT) -and ($PYTHON_VERSION -eq "3.5")) {
51
# Run C# Performance tests
52
Write-Host ("Starting performance tests") -ForegroundColor "Green"
53
if ($XPLAT) {
0 commit comments