Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit be1aea5

Browse files
committed
Include .json manifest for VSInstaller
1 parent 398f34c commit be1aea5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ steps:
7878

7979
- task: CopyFiles@2
8080
inputs:
81-
contents: '$(Build.SourcesDirectory)\build\$(buildConfiguration)\*.vsix'
81+
contents: |
82+
'$(Build.SourcesDirectory)\build\$(buildConfiguration)\*.vsix'
83+
'$(Build.SourcesDirectory)\build\$(buildConfiguration)\*.json'
8284
targetFolder: $(Build.ArtifactStagingDirectory)
8385

8486
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)