Skip to content

Commit 2a101f1

Browse files
committed
Fix packageVersion default: use empty string instead of space
1 parent 0fac0d3 commit 2a101f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.Pipelines/pipeline-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameters:
1515
- name: packageVersion
1616
displayName: 'Package version to publish (must match msal/sku.py, e.g. 1.36.0 or 1.36.0rc1)'
1717
type: string
18-
default: ' '
18+
default: ''
1919

2020
- name: publishTarget
2121
displayName: 'Publish target'

0 commit comments

Comments
 (0)