Skip to content

Commit 16fd3f8

Browse files
committed
Fix indentation
1 parent 3b79f5d commit 16fd3f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/ci/templates/jobs/run-unit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ jobs:
33
displayName: Run Unit Tests
44

55
variables:
6-
- name: test_projects
7-
value: |
8-
**\ExtensionsMetadataGeneratorTests.csproj
9-
**\WebJobs.Script.Tests.csproj
6+
- name: test_projects
7+
value: |
8+
**\ExtensionsMetadataGeneratorTests.csproj
9+
**\WebJobs.Script.Tests.csproj
1010
1111
steps:
1212
- template: /eng/ci/templates/install-dotnet.yml@self

0 commit comments

Comments
 (0)