Skip to content

Commit be022da

Browse files
authored
add 🚀 build tag to builds which go through publishing (#165145)
1 parent 0a19bf0 commit be022da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎build/azure-pipelines/product-publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ steps:
1010
KeyVaultName: vscode
1111
SecretsFilter: "github-distro-mixin-password"
1212

13+
# allow-any-unicode-next-line
14+
- pwsh: Write-Host "##vso[build.addbuildtag]🚀"
15+
displayName: Add build tag
16+
1317
- script: |
1418
set -e
1519
cat << EOF > ~/.netrc

0 commit comments

Comments
 (0)