Skip to content

Commit 079bb3a

Browse files
committed
azure pipeline update
1 parent 92edd2c commit 079bb3a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.artifactignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/*
2+
!*.vsix

build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484
customCommand: 'run package'
8585
- task: PublishPipelineArtifact@1
8686
inputs:
87-
targetPath: '$(Pipeline.Workspace)/*.vsix'
87+
targetPath: '$(Build.SourcesDirectory)'

0 commit comments

Comments
 (0)