Distro build (#8235)

* update distro to work

* fix distro build

* fix distro build

* fix distro build
This commit is contained in:
Anthony Dresser
2019-11-06 13:16:39 -08:00
committed by GitHub
parent e801a04bcf
commit df6b6ded33
2 changed files with 7 additions and 7 deletions

View File

@@ -13,22 +13,22 @@ steps:
- task: AzureKeyVault@1
displayName: 'Azure Key Vault: Get Secrets'
inputs:
azureSubscription: 'vscode-builds-subscription'
KeyVaultName: vscode
azureSubscription: 'azuredatastudio-adointegration'
KeyVaultName: ado-secrets
- script: |
set -e
cat << EOF > ~/.netrc
machine github.com
login vscode
login azuredatastudio
password $(github-distro-mixin-password)
EOF
git config user.email "vscode@microsoft.com"
git config user.name "VSCode"
git config user.email "andresse@microsoft.com"
git config user.name "AzureDataStudio"
git remote add distro "https://github.com/$VSCODE_MIXIN_REPO.git"
git remote add distro "https://github.com/$(VSCODE_MIXIN_REPO).git"
git fetch distro
# Push master branch into oss/master

View File

@@ -1,7 +1,7 @@
{
"name": "azuredatastudio",
"version": "1.14.0",
"distro": "8c3e97e3425cc9814496472ab73e076de2ba99ee",
"distro": "556a2a53bc18d84b62d63d12916c0eaf334d5a28",
"author": {
"name": "Microsoft Corporation"
},