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"