Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
57 stars 48 forks source link

fix windows python2.7 compiler in ci #234

Closed yunhaoling closed 3 years ago

yunhaoling commented 3 years ago

problem: uamqp pipeline fail to build win27 wheel because vcpython27 installer being removed from the official site

potential approach to solve the issue:

tried steps:

  1. upload the internal copy into a storage blob
  2. add a key vault secret, value being the blob uri
  3. configure ci variable group to include the secret
  4. update yml to use the env variable for the blob uri

blocked: