From 28f1321ad758cfad08252c49ac8e7444ffe26f2f Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Wed, 5 Aug 2020 14:11:44 -0700 Subject: [PATCH] Add task for downloading Python package when building ADS for SAW devices. (#11659) --- .../azure-pipelines/win32/sql-product-build-win32.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build/azure-pipelines/win32/sql-product-build-win32.yml b/build/azure-pipelines/win32/sql-product-build-win32.yml index 66c6f49ac2..94a50e7009 100644 --- a/build/azure-pipelines/win32/sql-product-build-win32.yml +++ b/build/azure-pipelines/win32/sql-product-build-win32.yml @@ -103,6 +103,17 @@ steps: env: VSCODE_MIXIN_PASSWORD: $(github-distro-mixin-password) + - task: UniversalPackages@0 + displayName: Download SAW Python package + inputs: + command: 'download' + downloadDirectory: '$(agent.builddirectory)\azuredatastudio-win32-x64\resources\app\ads-python' + feedsToUse: 'internal' + vstsFeed: '2191dd5f-4aec-491b-ac50-568bbc331c8a' + vstsFeedPackage: '2e355f03-a97e-499a-949b-f02d62b6160c' + vstsPackageVersion: '*' + condition: and(succeeded(), eq(variables['VSCODE_QUALITY'], 'saw')) + # - powershell: | @anthonydresser unit tests timeout never existing the node process # . build/azure-pipelines/win32/exec.ps1 # $ErrorActionPreference = "Stop"