Skip to content

Commit a6ff6dc

Browse files
Fix yaml
1 parent 7b69254 commit a6ff6dc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.ci/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ pr:
1010
include:
1111
- master
1212

13+
parameters:
14+
- name: DSCVersion
15+
default: '3.2.0-preview.13'
16+
type: string
17+
1318
resources:
1419
repositories:
1520
- repository: ComplianceRepo
1621
type: github
1722
endpoint: ComplianceGHRepo
1823
name: PowerShell/compliance
1924

20-
parameters:
21-
DSCVersion: '3.2.0-preview.13'
22-
2325
variables:
2426
- group: GithubTestingFeedCreds
2527

0 commit comments

Comments
 (0)