Skip to content

Commit 9d61fc2

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 442b607 commit 9d61fc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ steps:
2424
inputs:
2525
command: 'build'
2626
- task: DotNetCoreCLI@2
27-
name: 'TestProject'
28-
displayName: 'Test Project'
27+
name: 'TestProjectBuild'
28+
displayName: 'Run Tests'
2929
inputs:
3030
command: 'test'
3131
arguments: '--filter FullyQualifiedName\!~ReportGeneration'
@@ -35,8 +35,8 @@ steps:
3535
BROWSERSTACK_IOS_APP_ID: SimpleApp_iOS
3636
BROWSERSTACK_BUILD_NAME: browserstack-examples-appium-nunit-$(Build.BuildId)
3737
- task: DotNetCoreCLI@2
38-
name: 'TestProject'
39-
displayName: 'Test Project'
38+
name: 'TestProjectReport'
39+
displayName: 'Run Report'
4040
inputs:
4141
command: 'test'
4242
arguments: '--filter ReportGeneration'

0 commit comments

Comments
 (0)