fixing syntax
This commit is contained in:
parent
ce31913e91
commit
da9a5414bb
|
@ -23,7 +23,7 @@ steps:
|
|||
displayName: 'Setting packageVersion'
|
||||
|
||||
- script: |
|
||||
echo "package version: ${{ packageVersion }}"
|
||||
echo "package version: ${ packageVersion }"
|
||||
echo "package version: $(packageVersion)"
|
||||
exit 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue