We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8eee4 commit 2a61c0eCopy full SHA for 2a61c0e
build/azure-pipeline.pre-release.yml
@@ -89,8 +89,8 @@ extends:
89
displayName: Install libraries
90
env:
91
npm_config_arch: ${{ variables.packageArch }}
92
- parameters: ${{ parameters }}
93
- variables: ${{ variables }}
+ parameters: ${{ convertToJson(parameters) }}
+ variables: ${{ convertToJson(variables) }}
94
95
- script: python ./build/update_ext_version.py --for-publishing
96
displayName: Update build number
0 commit comments