Hi,
Included in this update are new current
(formerly stable
) releases for Windows Server 2019
, Windows Server 2019 - Cuda
, and Windows Server 2022
. The latest windows updates are included as well as our first official release of Windows Server 2022.
Our Windows stable releases can be used in jobs via the executor
s in the circleci/windows
orb, by configuring current
as the value of the version
parameter.
Example of how to use the current release of the default Windows Server image (Windows Server 2019):
orb:
Example of how to use the current release of the Windows Server 2019 image:
orb:
executor:
image: 'windows-server-2019-vs2019:current'
Example of how to use the current release of the Windows Server 2019 - Cuda image:
orb:
executor:
image: 'windows-server-2019-cuda:current'
Example of how to use the current release of the Windows Server 2022 image:
orb:
executor:
image: 'windows-server-2022-gui:current'