copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
How can I set a build variable in Azure DevOps with Bash? You could then use PowerShell to turn it in a pipeline variable: - pwsh: | Write-Host "Setting version to: $env:VERSION" Write-Host "##vso[task setvariable variable=version;isOutput=true]$env:VERSION" displayName: 'Set version' name: set_version After that you can use $(set_version version) in other tasks or parameters