Skip to content

Commit

Permalink
add πŸš€ build tag to builds which go through publishing (#165145)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 1, 2022
1 parent 0a19bf0 commit be022da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/azure-pipelines/product-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ steps:
KeyVaultName: vscode
SecretsFilter: "github-distro-mixin-password"

# allow-any-unicode-next-line
- pwsh: Write-Host "##vso[build.addbuildtag]πŸš€"
displayName: Add build tag

- script: |
set -e
cat << EOF > ~/.netrc
Expand Down

0 comments on commit be022da

Please sign in to comment.