Skip to content

Commit 637b3bc

Browse files
author
Christoph Bergmeister
committed
cannot cast to bool, use string
1 parent f60a154 commit 637b3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines-ci/templates/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
- name: pwsh
3-
type: boolean
4-
default: true
3+
type: string
4+
default: 'true'
55

66
steps:
77
- task: DownloadPipelineArtifact@2

0 commit comments

Comments
 (0)