Add note about 254 {vmImage: 'vs2017-win2016'} on Azure to docs

See #254
This commit is contained in:
Joe Rickerby
2020-01-28 21:28:22 +00:00
committed by GitHub
parent 379cf2dc13
commit b779a88fde
+3
View File
@@ -11,6 +11,9 @@ Using Azure pipelines, you can build all three platforms on the same service. Cr
{% include "../examples/azure-pipelines-minimal.yml" %}
```
!!! note
To support Python 3.5 on Windows, make sure to specify the use of `{vmImage: 'vs2017-win2016'}` on Windows, to ensure the required toolchain is available.
Commit this file, enable building of your repo on Azure Pipelines, and push.
Wheels will be stored for you and available through the Pipelines interface. For more info on this file, check out the [docs](https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema).