Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 523 Bytes

File metadata and controls

17 lines (11 loc) · 523 Bytes

Windows Agent Docker Image

This image is based on the official documentation.

Note: You can update the Dockerfile to add any software that your require into the Azure DevOps agent, if you don't want to have to download the bits during all pipelines executions.

Build it

docker built -t YOUR_IMAGE_NAME:YOUR_IMAGE_TAG .

Push it

docker push YOUR_IMAGE_NAME:YOUR_IMAGE_TAG