You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: remove Windows Server 2016 from builds on Azure Pipelines (#652)
The images with Windows Server 2016 / Visual Studio 2017 have
been deprecated by Microsoft and are in the process of being
removed completely, so that no further builds with that image
will be possible.
For reference, see
* <https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/>
* <actions/runner-images#5238>
Since it seems that Microsoft is basically using the same build
environments on both Azure and GitHub Actions when it comes to
Windows and Visual Studio, I decided to remove those jobs instead
of updating them to a newer version of the image. The tests that
would be possible with newer images on Azure are basically what
we are already doing with GitHub Actions.
0 commit comments