File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ environment:
2828 - PYTHON_VERSION : 3.5
2929 - PYTHON_VERSION : 3.6
3030
31+ matrix :
32+ allow_failures :
33+ - PYTHON_VERSION : 3.4
34+ BUILD_OPTS : --xplat
35+ - PYTHON_VERSION : 3.4
36+
3137init :
3238 # Update Environment Variables based on matrix/platform
3339 - set PY_VER=%PYTHON_VERSION:.=%
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ def _install_packages(self):
329329 self .debug_print ("Updating NuGet: {0}" .format (cmd ))
330330 subprocess .check_call (cmd , shell = use_shell )
331331
332- cmd = "{0} restore pythonnet.sln -o packages" .format (nuget )
332+ cmd = "{0} restore pythonnet.sln -MSBuildVersion 14 -o packages" .format (nuget )
333333 self .debug_print ("Installing packages: {0}" .format (cmd ))
334334 subprocess .check_call (cmd , shell = use_shell )
335335
You can’t perform that action at this time.
0 commit comments