Skip to content

Commit

Permalink
[build] stop vstest in the Azure pipeline (sonic-net#2097)
Browse files Browse the repository at this point in the history
stop vstest in the Azure pipeline
  • Loading branch information
qiluo-msft authored Mar 9, 2022
1 parent 47c243e commit b00b870
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 173 deletions.
65 changes: 0 additions & 65 deletions .azure-pipelines/build-docker-sonic-vs-template.yml

This file was deleted.

92 changes: 0 additions & 92 deletions .azure-pipelines/test-docker-sonic-vs-template.yml

This file was deleted.

16 changes: 0 additions & 16 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,3 @@ stages:
- publish: '$(System.DefaultWorkingDirectory)/dist/'
artifact: wheels
displayName: "Publish Python wheels"

- stage: BuildDocker
dependsOn: Build
condition: succeeded('Build')
jobs:
- template: .azure-pipelines/build-docker-sonic-vs-template.yml
parameters:
artifact_name: docker-sonic-vs

- stage: Test
dependsOn: BuildDocker
condition: succeeded('BuildDocker')
jobs:
- template: .azure-pipelines/test-docker-sonic-vs-template.yml
parameters:
log_artifact_name: log

0 comments on commit b00b870

Please sign in to comment.