Skip to content

Commit

Permalink
update labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Aug 25, 2022
1 parent d798e18 commit f504ff3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/test-proxy/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ variables:

stages:
- stage: IntegrationTests
displayName: "Asset Sync Integration Tests"
jobs:
- job: Integration_Test

Expand Down Expand Up @@ -63,11 +64,12 @@ stages:
condition: succeededOrFailed()
inputs:
testResultsFiles: '**/*.trx'
testRunTitle: 'Windows DotNet $(DotNetCoreVersion)'
testRunTitle: '$(OS) AssetSync Tests against $(DotNetCoreVersion)'
testResultsFormat: 'VSTest'
mergeTestResults: true

- stage: RepoUnitTests
displayName: Repo-Specific Unit Tests
jobs:
- job: Repo_Unit_Test

Expand Down Expand Up @@ -105,7 +107,7 @@ stages:
condition: succeededOrFailed()
inputs:
testResultsFiles: '**/*.trx'
testRunTitle: 'Windows DotNet $(DotNetCoreVersion)'
testRunTitle: '$(OS) Repo Tests against $(DotNetCoreVersion)'
testResultsFormat: 'VSTest'
mergeTestResults: true

0 comments on commit f504ff3

Please sign in to comment.