Skip to content

Commit 9068e9f

Browse files
committed
Move 'parameters' to a child of 'jobs'
1 parent 4cac5b8 commit 9068e9f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ pool:
55
- visualstudio
66
- vstest
77

8-
parameters:
9-
solution: StyleCopAnalyzers.sln
10-
118
jobs:
129
- job: Build and Test
10+
parameters:
11+
solution: StyleCopAnalyzers.sln
1312
variables:
1413
BuildPlatform: AnyCPU
1514
strategy:

0 commit comments

Comments
 (0)