Merge branch 'master' into troubleshooting

This commit is contained in:
Ben Jackson 2020-04-05 15:11:54 +01:00 committed by GitHub
commit d8d7a3f7c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -67,6 +67,8 @@ stages:
- bash: ./make_package linux $(Build.SourceVersion)
displayName: 'Package'
# TODO: test the tarball
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'package-linux'
@ -110,6 +112,8 @@ stages:
- bash: ./make_package macos $(Build.SourceVersion)
displayName: 'Package'
# TODO: test the tarball
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'package-macos'

View file

@ -105,10 +105,10 @@ GADGETS = {
'url': 'https://github.com/microsoft/debugpy/archive/${file_name}'
},
'all': {
'version': '1.0.0b1',
'file_name': 'v1.0.0b1.zip',
'version': '1.0.0b5',
'file_name': 'v1.0.0b5.zip',
'checksum':
'eb26ac276213bcf26aaeadd7c3c284f7a20f43b63331822831a783dea558e60e'
'410bcf14c4e8b0f40c326c61d7d5c4326e285e22c9ec5e6b6b501957911a8a10'
},
'do': lambda name, root, gadget: InstallDebugpy( name, root, gadget ),
'adapters': {