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

Diff for: .artifactignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/*
2+
!*.vsix

Diff for: build.yml

+1-1
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)