Declare the Windows orb for easier Windows environment setup

This commit is contained in:
Jean-Paul Calderone 2023-08-07 10:18:45 -04:00
parent fc413d49f9
commit 08b594b8be

View File

@ -11,6 +11,10 @@
#
version: 2.1
orbs:
# Pull in CircleCI support for a Windows executor
windows: "circleci/windows@5.0.0"
# Every job that pushes a Docker image from Docker Hub must authenticate to
# it. Define a couple yaml anchors that can be used to supply the necessary
# credentials.