Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Remove Windows Docker VHD build check #5104

Merged
merged 2 commits into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .pipelines/vhd-build-publish-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ stages:
containerRuntime: containerd
windowsServerVersion: 2019

- stage: build_2019_docker
dependsOn: []
jobs:
- template: vhd-builder-windows-template.yaml
parameters:
containerRuntime: docker
windowsServerVersion: 2019

- stage: publish_2019_containerd
dependsOn: build_2019_containerd
jobs:
Expand All @@ -27,12 +19,3 @@ stages:
containerRuntime: containerd
skuPrefix: '2019-datacenter-core-ctrd'
windowsServerVersion: 2019

- stage: publish_2019_docker
dependsOn: build_2019_docker
jobs:
- template: vhd-publish-template.yaml
parameters:
containerRuntime: docker
skuPrefix: '2019-datacenter-core-smalldisk'
windowsServerVersion: 2019
8 changes: 0 additions & 8 deletions .pipelines/vhd-builder-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ stages:
containerRuntime: containerd
windowsServerVersion: 2019

- stage: build_2019_docker
dependsOn: []
jobs:
- template: vhd-builder-windows-template.yaml
parameters:
containerRuntime: docker
windowsServerVersion: 2019