From a5a2966ba7d9ac4d2d827b5714eafee488e47691 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sun, 5 Apr 2020 15:03:35 +0100 Subject: [PATCH] Update debugpy --- azure-pipelines.yml | 4 ++++ install_gadget.py | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 59059da..f30e84d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' diff --git a/install_gadget.py b/install_gadget.py index a4d2c83..a3c6aff 100755 --- a/install_gadget.py +++ b/install_gadget.py @@ -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': {