mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
only download the required files (#9374)
This commit is contained in:
@@ -19,6 +19,9 @@ steps:
|
|||||||
buildType: 'current'
|
buildType: 'current'
|
||||||
targetPath: '$(Build.SourcesDirectory)\.build'
|
targetPath: '$(Build.SourcesDirectory)\.build'
|
||||||
artifactName: drop
|
artifactName: drop
|
||||||
|
itemPattern: |
|
||||||
|
drop/extensions/**
|
||||||
|
drop/win32-x64/**
|
||||||
|
|
||||||
- powershell: |
|
- powershell: |
|
||||||
. build/azure-pipelines/win32/exec.ps1
|
. build/azure-pipelines/win32/exec.ps1
|
||||||
|
|||||||
Reference in New Issue
Block a user