Skip to content

Commit b00b870

Browse files
authored
[build] stop vstest in the Azure pipeline (#2097)
stop vstest in the Azure pipeline
1 parent 47c243e commit b00b870

File tree

3 files changed

+0
-173
lines changed

3 files changed

+0
-173
lines changed

.azure-pipelines/build-docker-sonic-vs-template.yml

-65
This file was deleted.

.azure-pipelines/test-docker-sonic-vs-template.yml

-92
This file was deleted.

azure-pipelines.yml

-16
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,3 @@ stages:
125125
- publish: '$(System.DefaultWorkingDirectory)/dist/'
126126
artifact: wheels
127127
displayName: "Publish Python wheels"
128-
129-
- stage: BuildDocker
130-
dependsOn: Build
131-
condition: succeeded('Build')
132-
jobs:
133-
- template: .azure-pipelines/build-docker-sonic-vs-template.yml
134-
parameters:
135-
artifact_name: docker-sonic-vs
136-
137-
- stage: Test
138-
dependsOn: BuildDocker
139-
condition: succeeded('BuildDocker')
140-
jobs:
141-
- template: .azure-pipelines/test-docker-sonic-vs-template.yml
142-
parameters:
143-
log_artifact_name: log

0 commit comments

Comments
 (0)