kodi-game / game.libretro

Libretro compatibility layer for the Kodi Game API
GNU General Public License v2.0
37 stars 26 forks source link

Fix azure pipeline by updating Windows image #102

Closed garbear closed 1 year ago

garbear commented 1 year ago

Description

As title says, this updates the azure pipeline image to the recommended windows version.

According to https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation:

We understand this may impact your pipelines. If you are using vs2017-win2016 these are options to move forward:
– Start using the windows-2019 image. This image contains most of the tools (e.g. .NET Framework versions) currently available on vs2017-win2016.

This PR solves the problem by using the recommended image.

I chose 2022 and VS 2022 because that's what @AlwinEsch has been using for other add-ons.

How has this been tested?

Azure CI succeeds.