Skip to content

Commit efa9291

Browse files
committed
Fix step display name
1 parent 2663416 commit efa9291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
displayName: 'Build Application'
1616

1717
- script: dotnet test /p:SkipBuildVersioning=true
18-
displayName: 'Build Application'
18+
displayName: 'Test Application'
1919

2020
- script: dotnet pack --no-build -c $(BUILD_CONFIGURATION) /p:PackageOutputPath=$(BUILD_ARTIFACT_PATH)
2121
displayName: 'Pack Build'

0 commit comments

Comments
 (0)