don't publish tests
This commit is contained in:
Родитель
80ca964446
Коммит
8b2faded98
11
.vsts-ci.yml
11
.vsts-ci.yml
|
@ -16,7 +16,7 @@ trigger:
|
|||
|
||||
stages:
|
||||
- stage: build
|
||||
displayName: Build and Test
|
||||
displayName: Build
|
||||
pool:
|
||||
name: VSEngSS-MicroBuild2022-1ES
|
||||
demands:
|
||||
|
@ -67,15 +67,6 @@ stages:
|
|||
|
||||
- template: eng\common\templates\steps\generate-sbom.yml
|
||||
|
||||
- task: PublishTestResults@1
|
||||
displayName: Publish Test Results
|
||||
inputs:
|
||||
testRunner: XUnit
|
||||
testResultsFiles: 'artifacts/TestResults/$(BuildConfiguration)/*.xml'
|
||||
mergeTestResults: true
|
||||
testRunTitle: 'Unit Tests'
|
||||
condition: always()
|
||||
|
||||
# Publishes setup VSIXes to a drop.
|
||||
# Note: The insertion tool looks for the display name of this task in the logs.
|
||||
- task: ms-vseng.MicroBuildTasks.4305a8de-ba66-4d8b-b2d1-0dc4ecbbf5e8.MicroBuildUploadVstsDropFolder@1
|
||||
|
|
Загрузка…
Ссылка в новой задаче